Skip to content

Commit 6d35ed4

Browse files
committed
Fix versions and remove Unit Test artifacts that shouldn't be checked into source control.
1 parent ac91d36 commit 6d35ed4

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

FlurlGraphQL.Tests/FlurlGraphQL.Tests.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
<IsPackable>false</IsPackable>
99
</PropertyGroup>
1010

11+
<ItemGroup>
12+
<None Remove="C:\Users\Brandon\.nuget\packages\mstest.testadapter\2.2.10\build\net46\..\_common\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll" />
13+
<None Remove="C:\Users\Brandon\.nuget\packages\mstest.testadapter\2.2.10\build\net46\..\_common\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll" />
14+
<None Remove="C:\Users\Brandon\.nuget\packages\mstest.testadapter\2.2.10\build\net46\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll" />
15+
<None Remove="C:\Users\Brandon\.nuget\packages\mstest.testadapter\2.2.10\build\net46\\Microsoft.TestPlatform.AdapterUtilities.dll" />
16+
</ItemGroup>
17+
1118
<ItemGroup>
1219
<PackageReference Include="Bogus" Version="35.5.0" />
1320
<PackageReference Include="coverlet.msbuild" Version="3.1.2">

FlurlGraphQL/FlurlGraphQL.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<!--NOTE: Just as with the base Flurl.Http.Newtonsoft library and Microsofts recommendation we now support net6 for the latest projects, but also netstandard2.1 which has proper Async streaming support,
55
in addition to netstandard2.0 + net461 for legacy support (because netstandard2.0 it had API compatibility issues prior to .NET Framework 4.7.x -->
66
<TargetFrameworks>net461;netstandard2.0;netstandard2.1;net6.0;</TargetFrameworks>
7-
<Version>1.3.2</Version>
8-
<AssemblyVersion>1.3.2</AssemblyVersion>
9-
<FileVersion>1.3.2</FileVersion>
7+
<Version>2.0.0</Version>
8+
<AssemblyVersion>2.0.0</AssemblyVersion>
9+
<FileVersion>2.0.0</FileVersion>
1010
<Authors>BBernard / CajunCoding</Authors>
1111
<Company>CajunCoding</Company>
1212
<Description>GraphQL client extensions for Flurl.Http -- lightweight, simplified, asynchronous, fluent GraphQL client API extensions for the amazing Flurl Http library!</Description>

0 commit comments

Comments
 (0)