diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 480ce08..f18619f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -23,5 +23,5 @@ jobs: - uses: actions/download-artifact@v3 with: name: app.tar - - run: tar xf app.tar/app.tar + - run: tar xf app.tar - run: ./app/app diff --git a/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2217181 --- /dev/null +++ b/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/obj/Debug/net8.0/lab7.AssemblyInfo.cs b/obj/Debug/net8.0/lab7.AssemblyInfo.cs new file mode 100644 index 0000000..c37155d --- /dev/null +++ b/obj/Debug/net8.0/lab7.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("lab7")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+01848a0ea920147d92a665961db75196a4aabc45")] +[assembly: System.Reflection.AssemblyProductAttribute("lab7")] +[assembly: System.Reflection.AssemblyTitleAttribute("lab7")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/obj/Debug/net8.0/lab7.AssemblyInfoInputs.cache b/obj/Debug/net8.0/lab7.AssemblyInfoInputs.cache new file mode 100644 index 0000000..2e2d3b3 --- /dev/null +++ b/obj/Debug/net8.0/lab7.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +550bd6424cdf6daa6c3283dfd0b9decd75548df0dedd99f60dee14af4ad8ce33 diff --git a/obj/Debug/net8.0/lab7.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0/lab7.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..5f1514a --- /dev/null +++ b/obj/Debug/net8.0/lab7.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,15 @@ +is_global = true +build_property.TargetFramework = net8.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = lab7 +build_property.ProjectDir = c:\Users\student\Desktop\Lab7\lab7\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 8.0 +build_property.EnableCodeStyleSeverity = diff --git a/obj/Debug/net8.0/lab7.GlobalUsings.g.cs b/obj/Debug/net8.0/lab7.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/obj/Debug/net8.0/lab7.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/obj/Debug/net8.0/lab7.assets.cache b/obj/Debug/net8.0/lab7.assets.cache new file mode 100644 index 0000000..92597d2 Binary files /dev/null and b/obj/Debug/net8.0/lab7.assets.cache differ