diff --git a/.gitea/ci.yml b/.gitea/ci.yml
index 6896af1..44f5582 100644
--- a/.gitea/ci.yml
+++ b/.gitea/ci.yml
@@ -4,5 +4,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- - name: Printing hello
- run: echo "Hello elo"
\ No newline at end of file
+ - uses: actions/checkout@v4
+ - uses: actions/setup-dotnet@v3
+ with:
+ dotnet-version: '8.0.x'
+ - run: dotnet restore
+ - run: dotnet build
+ test:
+ steps:
+ - name: trying to run
+ run: dotnet run
\ No newline at end of file
diff --git a/Program.cs b/Program.cs
new file mode 100644
index 0000000..3751555
--- /dev/null
+++ b/Program.cs
@@ -0,0 +1,2 @@
+// See https://aka.ms/new-console-template for more information
+Console.WriteLine("Hello, World!");
diff --git a/lab7.csproj b/lab7.csproj
new file mode 100644
index 0000000..2150e37
--- /dev/null
+++ b/lab7.csproj
@@ -0,0 +1,10 @@
+
+
+
+ Exe
+ net8.0
+ enable
+ enable
+
+
+
diff --git a/obj/lab7.csproj.nuget.dgspec.json b/obj/lab7.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..6e55b6b
--- /dev/null
+++ b/obj/lab7.csproj.nuget.dgspec.json
@@ -0,0 +1,72 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\lab7.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\lab7.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\lab7.csproj",
+ "projectName": "lab7",
+ "projectPath": "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\lab7.csproj",
+ "packagesPath": "C:\\Users\\asus\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\asus\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.404/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/obj/lab7.csproj.nuget.g.props b/obj/lab7.csproj.nuget.g.props
new file mode 100644
index 0000000..aa76530
--- /dev/null
+++ b/obj/lab7.csproj.nuget.g.props
@@ -0,0 +1,16 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\asus\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.11.1
+
+
+
+
+
+
\ No newline at end of file
diff --git a/obj/lab7.csproj.nuget.g.targets b/obj/lab7.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/obj/lab7.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/obj/project.assets.json b/obj/project.assets.json
new file mode 100644
index 0000000..d43be2c
--- /dev/null
+++ b/obj/project.assets.json
@@ -0,0 +1,78 @@
+{
+ "version": 3,
+ "targets": {
+ "net8.0": {}
+ },
+ "libraries": {},
+ "projectFileDependencyGroups": {
+ "net8.0": []
+ },
+ "packageFolders": {
+ "C:\\Users\\asus\\.nuget\\packages\\": {},
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\lab7.csproj",
+ "projectName": "lab7",
+ "projectPath": "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\lab7.csproj",
+ "packagesPath": "C:\\Users\\asus\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\asus\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.404/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache
new file mode 100644
index 0000000..a3299f4
--- /dev/null
+++ b/obj/project.nuget.cache
@@ -0,0 +1,8 @@
+{
+ "version": 2,
+ "dgSpecHash": "Fae7K8f713g=",
+ "success": true,
+ "projectFilePath": "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\lab7.csproj",
+ "expectedPackageFiles": [],
+ "logs": []
+}
\ No newline at end of file