File tree Expand file tree Collapse file tree 4 files changed +12
-10
lines changed
src/DemaConsulting.SpdxModel
test/DemaConsulting.SpdxModel.Tests Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "dotnet-sonarscanner" : {
6- "version" : " 9.0.0 " ,
6+ "version" : " 9.0.2 " ,
77 "commands" : [
88 " dotnet-sonarscanner"
99 ]
1010 },
1111 "microsoft.sbom.dotnettool" : {
12- "version" : " 2.2.9 " ,
12+ "version" : " 3.0.1 " ,
1313 "commands" : [
1414 " sbom-tool"
1515 ]
1616 },
1717 "demaconsulting.spdxtool" : {
18- "version" : " 2.1 .0" ,
18+ "version" : " 2.2 .0" ,
1919 "commands" : [
2020 " spdx-tool"
2121 ]
Original file line number Diff line number Diff line change 3939 steps :
4040 - uses : actions/checkout@v4
4141
42- - uses : nuget/setup-nuget@v2
42+ - name : Setup dotnet 8
43+ uses : actions/setup-dotnet@v4
4344 with :
44- nuget-version : ' 6.x'
45+ dotnet-version : |
46+ 8.x
4547
4648 - name : Download Artifacts
4749 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 4848 </ItemGroup >
4949
5050 <ItemGroup >
51- <PackageReference Include =" System.Text.Json" Version =" 8 .0.5 " />
51+ <PackageReference Include =" System.Text.Json" Version =" 9 .0.0 " />
5252 </ItemGroup >
5353
5454</Project >
Original file line number Diff line number Diff line change 2222 </ItemGroup >
2323
2424 <ItemGroup >
25- <PackageReference Include =" coverlet.collector" Version =" 6.0.2 " >
25+ <PackageReference Include =" coverlet.collector" Version =" 6.0.3 " >
2626 <PrivateAssets >all</PrivateAssets >
2727 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2828 </PackageReference >
29- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1 " />
30- <PackageReference Include =" MSTest.TestAdapter" Version =" 3.6.1 " />
31- <PackageReference Include =" MSTest.TestFramework" Version =" 3.6.1 " />
29+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0 " />
30+ <PackageReference Include =" MSTest.TestAdapter" Version =" 3.7.0 " />
31+ <PackageReference Include =" MSTest.TestFramework" Version =" 3.7.0 " />
3232 </ItemGroup >
3333
3434 <ItemGroup >
You can’t perform that action at this time.
0 commit comments