|
61 | 61 | parameters: |
62 | 62 | dotnet-image: |
63 | 63 | type: string |
64 | | - default: &default-dotnet-image "mcr.microsoft.com/dotnet/sdk:6.0" |
| 64 | + default: &default-dotnet-image "mcr.microsoft.com/dotnet/sdk:7.0" |
65 | 65 | dotnet-target-version: |
66 | 66 | type: string |
67 | 67 | default: "netstandard2.1" |
@@ -130,11 +130,11 @@ jobs: |
130 | 130 | command: /c/influxdata/influxdb-1.8.0-1/influxd.exe -config "Scripts/influxdb.conf" |
131 | 131 | background: true |
132 | 132 | - run: | |
133 | | - sed -i '/<TargetFrameworks>netcoreapp3.1;netcoreapp5.0;netcoreapp6.0<\/TargetFrameworks>/c\<TargetFramework>'netcoreapp5.0'<\/TargetFramework>' Client.Core.Test/Client.Core.Test.csproj |
134 | | - sed -i '/<TargetFrameworks>netcoreapp3.1;netcoreapp5.0;netcoreapp6.0<\/TargetFrameworks>/c\<TargetFramework>'netcoreapp5.0'<\/TargetFramework>' Client.Test/Client.Test.csproj |
135 | | - sed -i '/<TargetFrameworks>netcoreapp3.1;netcoreapp5.0;netcoreapp6.0<\/TargetFrameworks>/c\<TargetFramework>'netcoreapp5.0'<\/TargetFramework>' Client.Legacy.Test/Client.Legacy.Test.csproj |
136 | | - sed -i '/<TargetFrameworks>netcoreapp3.1;netcoreapp5.0;netcoreapp6.0<\/TargetFrameworks>/c\<TargetFramework>'netcoreapp5.0'<\/TargetFramework>' Client.Linq.Test/Client.Linq.Test.csproj |
137 | | - sed -i '/<TargetFrameworks>netcoreapp3.1;netcoreapp5.0;netcoreapp6.0<\/TargetFrameworks>/c\<TargetFramework>'netcoreapp5.0'<\/TargetFramework>' Examples/Examples.csproj |
| 133 | + sed -i '/<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0<\/TargetFrameworks>/c\<TargetFramework>'net5.0'<\/TargetFramework>' Client.Core.Test/Client.Core.Test.csproj |
| 134 | + sed -i '/<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0<\/TargetFrameworks>/c\<TargetFramework>'net5.0'<\/TargetFramework>' Client.Test/Client.Test.csproj |
| 135 | + sed -i '/<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0<\/TargetFrameworks>/c\<TargetFramework>'net5.0'<\/TargetFramework>' Client.Legacy.Test/Client.Legacy.Test.csproj |
| 136 | + sed -i '/<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0<\/TargetFrameworks>/c\<TargetFramework>'net5.0'<\/TargetFramework>' Client.Linq.Test/Client.Linq.Test.csproj |
| 137 | + sed -i '/<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0<\/TargetFrameworks>/c\<TargetFramework>'net5.0'<\/TargetFramework>' Examples/Examples.csproj |
138 | 138 | - run: dotnet sln remove Examples/ExampleBlazor/ExampleBlazor.csproj |
139 | 139 | - run: dotnet nuget locals --clear all |
140 | 140 | - run: dotnet restore --no-cache --force -s https://api.nuget.org/v3/index.json |
@@ -214,9 +214,9 @@ workflows: |
214 | 214 | dotnet-image: "mcr.microsoft.com/dotnet/sdk:5.0" |
215 | 215 | - tests-dotnet: |
216 | 216 | name: dotnet-6.0 |
| 217 | + dotnet-image: "mcr.microsoft.com/dotnet/sdk:6.0" |
217 | 218 | - tests-dotnet: |
218 | 219 | name: dotnet-7.0 |
219 | | - dotnet-image: "mcr.microsoft.com/dotnet/sdk:7.0" |
220 | 220 | - tests-windows: |
221 | 221 | name: dotnet-windows |
222 | 222 | - deploy-preview: |
|
0 commit comments