Auto csproj fix and update by bot.

This commit is contained in:
Nuget Ninja
2024-02-25 03:22:16 +00:00
parent d9e55bef15
commit eb497da8c2
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -8,6 +8,7 @@ package-lock.json
*.min.js
bin/
obj/
dist/
node_modules/
Properties/
npm-debug.log
+1 -1
View File
@@ -30,7 +30,7 @@ lint:
needs:
- build
script:
- jb inspectcode ./*.sln --output=analyze_output.xml --build
- jb inspectcode ./*.sln --output=analyze_output.xml --build -f=xml
- grep 'WARNING' analyze_output.xml && cat analyze_output.xml && exit 1 || echo "No warning found"
artifacts:
when: always
@@ -9,14 +9,14 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PackageReference Include="coverlet.collector" Version="6.0.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="JunitXml.TestLogger" Version="3.1.12" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.1" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
<PackageReference Include="AngleSharp" Version="1.1.0" />
</ItemGroup>
<ItemGroup>