Skip to content

Commit

Permalink
update supported frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Oct 29, 2021
1 parent ddd45ca commit 85443e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 5.0.0.{build}
version: 5.5.{build}
os: Visual Studio 2019
environment:
ASPNETCORE_ENVIRONMENT: appveyor
Expand All @@ -16,9 +16,9 @@ dotnet_csproj:
file: 'build\version.props'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
assembly_version: '{version}.0'
file_version: '{version}.0'
informational_version: '{version}+Branch.$(APPVEYOR_REPO_BRANCH).Sha.$(APPVEYOR_REPO_COMMIT)'

configuration: Release

Expand Down
9 changes: 1 addition & 8 deletions src/MongoDB.Abstracts/MongoDB.Abstracts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="..\..\build\common.props" />

<PropertyGroup>
<TargetFrameworks>net452;netstandard2.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>MongoDB.Abstracts</AssemblyName>
</PropertyGroup>
Expand All @@ -11,11 +11,4 @@
<PackageReference Include="MongoDB.Driver" Version="2.13.2" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Configuration" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.2" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="Scrutor" Version="3.3.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
Expand Down

0 comments on commit 85443e9

Please sign in to comment.