File tree Expand file tree Collapse file tree 6 files changed +24
-1
lines changed
test/Test.Lib.Net.Http.WebPush Expand file tree Collapse file tree 6 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 2424 uses : actions/setup-dotnet@v1
2525 with :
2626 dotnet-version : ' 6.0.x'
27+ - name : Setup .NET 8.0 SDK
28+ uses : actions/setup-dotnet@v1
29+ with :
30+ dotnet-version : ' 8.0.x'
2731 - name : Restore
2832 run : dotnet restore
2933 - name : Build
Original file line number Diff line number Diff line change 2424 uses : actions/setup-dotnet@v1
2525 with :
2626 dotnet-version : ' 6.0.x'
27+ - name : Setup .NET 8.0 SDK
28+ uses : actions/setup-dotnet@v1
29+ with :
30+ dotnet-version : ' 8.0.x'
2731 - name : Restore
2832 run : dotnet restore
2933 - name : Build
Original file line number Diff line number Diff line change 2424 uses : actions/setup-dotnet@v1
2525 with :
2626 dotnet-version : ' 6.0.x'
27+ - name : Setup .NET 8.0 SDK
28+ uses : actions/setup-dotnet@v1
29+ with :
30+ dotnet-version : ' 8.0.x'
2731 - name : Restore
2832 run : dotnet restore
2933 - name : Build
Original file line number Diff line number Diff line change 2424 uses : actions/setup-dotnet@v1
2525 with :
2626 dotnet-version : ' 6.0.x'
27+ - name : Setup .NET 8.0 SDK
28+ uses : actions/setup-dotnet@v1
29+ with :
30+ dotnet-version : ' 8.0.x'
2731 - name : Restore
2832 run : dotnet restore
2933 - name : Build
Original file line number Diff line number Diff line change 1818 uses : actions/setup-dotnet@v1
1919 with :
2020 dotnet-version : ' 6.0.x'
21+ - name : Setup .NET 8.0 SDK
22+ uses : actions/setup-dotnet@v1
23+ with :
24+ dotnet-version : ' 8.0.x'
2125 - name : Restore
2226 run : dotnet restore
2327 - name : Build
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
3- <TargetFrameworks >netcoreapp3.1;net5.0;net6.0</TargetFrameworks >
3+ <TargetFrameworks >netcoreapp3.1;net5.0;net6.0;net8.0 </TargetFrameworks >
44 <IsPackable >false</IsPackable >
55 </PropertyGroup >
66 <ItemGroup >
2020 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
2121 <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 6.0.0" />
2222 </ItemGroup >
23+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
24+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8.0.0" />
25+ </ItemGroup >
2326 <ItemGroup >
2427 <ProjectReference Include =" ..\..\src\Lib.Net.Http.WebPush\Lib.Net.Http.WebPush.csproj" />
2528 </ItemGroup >
You can’t perform that action at this time.
0 commit comments