File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 "rollForward" : false
1818 },
1919 "dotnet-outdated-tool" : {
20- "version" : " 4.7.0 " ,
20+ "version" : " 4.7.1 " ,
2121 "commands" : [
2222 " dotnet-outdated"
2323 ],
Original file line number Diff line number Diff line change 6767
6868 - name : Upload build artifacts step
6969 id : artifact-upload-step
70- uses : actions/upload-artifact@v6
70+ uses : actions/upload-artifact@v7
7171 with :
7272 name : library-build
7373 path : ${{ runner.temp }}/${{ env.PROJECT_ARTIFACT }}
Original file line number Diff line number Diff line change 4444 uses : actions/checkout@v6
4545
4646 - name : Download library build artifacts job
47- uses : actions/download-artifact@v7
47+ uses : actions/download-artifact@v8
4848 with :
4949 artifact-ids : ${{ needs.build-library.outputs.artifact-id }}
5050 path : ./Publish
Original file line number Diff line number Diff line change 1010 </PropertyGroup >
1111 <ItemGroup >
1212 <PackageReference Include =" AwesomeAssertions" Version =" 9.4.0" />
13- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1 " />
13+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.3.0 " />
1414 <PackageReference Include =" xunit.analyzers" Version =" 1.27.0" >
1515 <PrivateAssets >all</PrivateAssets >
1616 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments