Skip to content

Commit

Permalink
Fix versions and remove Unit Test artifacts that shouldn't be checked…
Browse files Browse the repository at this point in the history
… into source control.
  • Loading branch information
cajuncoding committed Mar 26, 2024
1 parent ac91d36 commit 6d35ed4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions FlurlGraphQL.Tests/FlurlGraphQL.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<None Remove="C:\Users\Brandon\.nuget\packages\mstest.testadapter\2.2.10\build\net46\..\_common\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll" />
<None Remove="C:\Users\Brandon\.nuget\packages\mstest.testadapter\2.2.10\build\net46\..\_common\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll" />
<None Remove="C:\Users\Brandon\.nuget\packages\mstest.testadapter\2.2.10\build\net46\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll" />
<None Remove="C:\Users\Brandon\.nuget\packages\mstest.testadapter\2.2.10\build\net46\\Microsoft.TestPlatform.AdapterUtilities.dll" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Bogus" Version="35.5.0" />
<PackageReference Include="coverlet.msbuild" Version="3.1.2">
Expand Down
6 changes: 3 additions & 3 deletions FlurlGraphQL/FlurlGraphQL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<!--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,
in addition to netstandard2.0 + net461 for legacy support (because netstandard2.0 it had API compatibility issues prior to .NET Framework 4.7.x -->
<TargetFrameworks>net461;netstandard2.0;netstandard2.1;net6.0;</TargetFrameworks>
<Version>1.3.2</Version>
<AssemblyVersion>1.3.2</AssemblyVersion>
<FileVersion>1.3.2</FileVersion>
<Version>2.0.0</Version>
<AssemblyVersion>2.0.0</AssemblyVersion>
<FileVersion>2.0.0</FileVersion>
<Authors>BBernard / CajunCoding</Authors>
<Company>CajunCoding</Company>
<Description>GraphQL client extensions for Flurl.Http -- lightweight, simplified, asynchronous, fluent GraphQL client API extensions for the amazing Flurl Http library!</Description>
Expand Down

0 comments on commit 6d35ed4

Please sign in to comment.