File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
tests/MongoFramework.Tests Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.1 </TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0 </TargetFrameworks >
55 <AssemblyName >MongoFramework</AssemblyName >
66 <Title >MongoFramework</Title >
77 <Description >An "Entity Framework"-like interface for the MongoDB C# Driver</Description >
1313 <PackageReference Include =" MongoDB.Driver" Version =" 2.9.2" />
1414 <PackageReference Include =" System.ComponentModel.Annotations" Version =" 4.6.0" />
1515 <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 4.6.0" />
16- <PackageReference Include =" System.Linq.Async " Version =" 4 .0.0" />
16+ <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces " Version =" 1 .0.0" />
1717 </ItemGroup >
1818
1919</Project >
Original file line number Diff line number Diff line change 1111 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.3.0" />
1212 <PackageReference Include =" MSTest.TestAdapter" Version =" 2.0.0" />
1313 <PackageReference Include =" MSTest.TestFramework" Version =" 2.0.0" />
14+ <PackageReference Include =" System.Linq.Async" Version =" 4.0.0" />
1415 </ItemGroup >
1516
1617 <ItemGroup >
You can’t perform that action at this time.
0 commit comments