File tree Expand file tree Collapse file tree 9 files changed +14
-14
lines changed
examples/GraphQL.Client.Http.Examples
GraphQL.Client.Http.Tests Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 88 - uses : actions/checkout@master
99 - uses : actions/setup-dotnet@master
1010 with :
11- dotnet-version : ' 3.0 .100'
11+ dotnet-version : ' 3.1 .100'
1212 - run : dotnet tool restore
1313 - run : dotnet format --check --dry-run
1414 - run : dotnet restore
2222 - uses : actions/checkout@master
2323 - uses : actions/setup-dotnet@master
2424 with :
25- dotnet-version : ' 3.0 .100'
25+ dotnet-version : ' 3.1 .100'
2626 - run : dotnet restore
2727 - run : dotnet build
2828 - run : dotnet test
3434 - uses : actions/checkout@master
3535 - uses : actions/setup-dotnet@master
3636 with :
37- dotnet-version : ' 3.0 .100'
37+ dotnet-version : ' 3.1 .100'
3838 - run : dotnet restore
3939 - run : dotnet build --configuration Release
4040 - run : dotnet pack --configuration Release
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp3.0 </TargetFramework >
5+ <TargetFramework >netcoreapp3.1 </TargetFramework >
66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 3.0 .0" />
9+ <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 3.1 .0" />
1010 </ItemGroup >
1111
1212 <ItemGroup >
Original file line number Diff line number Diff line change 1414 <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
1515 <PackageReference Include =" System.Net.Http" Version =" 4.3.4" />
1616 <PackageReference Include =" System.Net.WebSockets.Client" Version =" 4.3.2" />
17- <PackageReference Include =" System.Text.Json" Version =" 4.6 .0" />
17+ <PackageReference Include =" System.Text.Json" Version =" 4.7 .0" />
1818 </ItemGroup >
1919
2020</Project >
Original file line number Diff line number Diff line change 88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" Microsoft.CSharp" Version =" 4.6 .0" />
11+ <PackageReference Include =" Microsoft.CSharp" Version =" 4.7 .0" />
1212 </ItemGroup >
1313
1414 <ItemGroup >
15- <ProjectReference Include =" ..\GraphQL.Primitives\GraphQL.Primitives.csproj" />
15+ <ProjectReference Include =" ..\GraphQL.Primitives\GraphQL.Primitives.csproj" />
1616 </ItemGroup >
1717
1818</Project >
Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Microsoft.CSharp" Version =" 4.6 .0" />
12+ <PackageReference Include =" Microsoft.CSharp" Version =" 4.7 .0" />
1313 </ItemGroup >
1414
1515</Project >
Original file line number Diff line number Diff line change 33 <Import Project =" ../tests.props" />
44
55 <PropertyGroup >
6- <TargetFramework >netcoreapp3.0 </TargetFramework >
6+ <TargetFramework >netcoreapp3.1 </TargetFramework >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 3.0 .0" />
10+ <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 3.1 .0" />
1111 </ItemGroup >
1212
1313 <ItemGroup >
Original file line number Diff line number Diff line change 33 <Import Project =" ../tests.props" />
44
55 <PropertyGroup >
6- <TargetFramework >netcoreapp3.0 </TargetFramework >
6+ <TargetFramework >netcoreapp3.1 </TargetFramework >
77 </PropertyGroup >
88
99 <ItemGroup >
Original file line number Diff line number Diff line change 33 <Import Project =" ../tests.props" />
44
55 <PropertyGroup >
6- <TargetFramework >netcoreapp3.0 </TargetFramework >
6+ <TargetFramework >netcoreapp3.1 </TargetFramework >
77 </PropertyGroup >
88
99 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.0 </TargetFramework >
4+ <TargetFramework >netcoreapp3.1 </TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
You can’t perform that action at this time.
0 commit comments