File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 dotnet-version : ' 10.0.x'
2020
2121 - name : cache nuget packages
22- uses : actions/cache@v4
22+ uses : actions/cache@v5
2323 with :
2424 path : ~/.nuget/packages
2525 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
4646 dotnet-version : ' 10.0.x'
4747
4848 - name : cache nuget packages
49- uses : actions/cache@v4
49+ uses : actions/cache@v5
5050 with :
5151 path : ~/.nuget/packages
5252 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
Original file line number Diff line number Diff line change 1919 dotnet-version : ' 10.0.x'
2020
2121 - name : cache nuget packages
22- uses : actions/cache@v4
22+ uses : actions/cache@v5
2323 with :
2424 path : ~/.nuget/packages
2525 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
4646 dotnet-version : ' 10.0.x'
4747
4848 - name : cache nuget packages
49- uses : actions/cache@v4
49+ uses : actions/cache@v5
5050 with :
5151 path : ~/.nuget/packages
5252 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" TUnit" Version =" 1.3.15 " />
10+ <PackageReference Include =" TUnit" Version =" 1.5.80 " />
1111 <PackageReference Include =" FluentAssertions" Version =" 8.8.0" />
1212 </ItemGroup >
1313
You can’t perform that action at this time.
0 commit comments