dotnet build
Some checks failed
First CI / test (push) Failing after 3s
First CI / build (push) Successful in 45s

This commit is contained in:
2024-11-25 10:50:55 +01:00
parent 1a7d0f6c36
commit 1a7c22777f
9 changed files with 183 additions and 13 deletions

View File

@@ -0,0 +1,66 @@
{
"format": 1,
"restore": {
"/Users/dawid/Studia/SEM7/lab7_pwo/lab7_pwo.csproj": {}
},
"projects": {
"/Users/dawid/Studia/SEM7/lab7_pwo/lab7_pwo.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "/Users/dawid/Studia/SEM7/lab7_pwo/lab7_pwo.csproj",
"projectName": "lab7_pwo",
"projectPath": "/Users/dawid/Studia/SEM7/lab7_pwo/lab7_pwo.csproj",
"packagesPath": "/Users/dawid/.nuget/packages/",
"outputPath": "/Users/dawid/Studia/SEM7/lab7_pwo/obj/",
"projectStyle": "PackageReference",
"configFilePaths": [
"/Users/dawid/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"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": "/usr/local/share/dotnet/sdk/8.0.403/PortableRuntimeIdentifierGraph.json"
}
}
}
}
}

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/Users/dawid/.nuget/packages/</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/Users/dawid/.nuget/packages/</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.11.1</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="/Users/dawid/.nuget/packages/" />
</ItemGroup>
</Project>

View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />

71
obj/project.assets.json Normal file
View File

@@ -0,0 +1,71 @@
{
"version": 3,
"targets": {
"net8.0": {}
},
"libraries": {},
"projectFileDependencyGroups": {
"net8.0": []
},
"packageFolders": {
"/Users/dawid/.nuget/packages/": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "/Users/dawid/Studia/SEM7/lab7_pwo/lab7_pwo.csproj",
"projectName": "lab7_pwo",
"projectPath": "/Users/dawid/Studia/SEM7/lab7_pwo/lab7_pwo.csproj",
"packagesPath": "/Users/dawid/.nuget/packages/",
"outputPath": "/Users/dawid/Studia/SEM7/lab7_pwo/obj/",
"projectStyle": "PackageReference",
"configFilePaths": [
"/Users/dawid/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"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": "/usr/local/share/dotnet/sdk/8.0.403/PortableRuntimeIdentifierGraph.json"
}
}
}
}

8
obj/project.nuget.cache Normal file
View File

@@ -0,0 +1,8 @@
{
"version": 2,
"dgSpecHash": "sKFLmAZWMM4=",
"success": true,
"projectFilePath": "/Users/dawid/Studia/SEM7/lab7_pwo/lab7_pwo.csproj",
"expectedPackageFiles": [],
"logs": []
}