File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
Transports.AspNetCore.Tests Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 4040 steps :
4141 - name : Checkout source
4242 uses : actions/checkout@v4
43- - name : Install libicu63
44- # libicu63 required for .NET Core 3.1 testing
45- if : ${{ startsWith(matrix.os, 'ubuntu') }}
46- run : |
47- sudo apt-get update
48- sudo apt-get install -y libicu63
4943 - name : Setup .NET SDK
5044 uses : actions/setup-dotnet@v4
5145 with :
Original file line number Diff line number Diff line change 22 <Import Project =" ../../Tests.props" />
33
44 <PropertyGroup >
5- <TargetFrameworks >net8.0;net6.0;netcoreapp3.1 </TargetFrameworks >
5+ <TargetFrameworks >net8.0;net6.0</TargetFrameworks >
66 <Description >End to end tests for Samples.Server project</Description >
77 </PropertyGroup >
88
Original file line number Diff line number Diff line change 22 <Import Project =" ../../Tests.props" />
33
44 <PropertyGroup Condition =" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' != 'true'" >
5- <TargetFrameworks >netcoreapp2.1;netcoreapp3.1; net5.0;net6.0;net7.0;net8.0</TargetFrameworks >
5+ <TargetFrameworks >netcoreapp2.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks >
66 <SuppressTfmSupportBuildWarnings >true</SuppressTfmSupportBuildWarnings >
77 </PropertyGroup >
88 <PropertyGroup Condition =" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'" >
You can’t perform that action at this time.
0 commit comments