Skip to content

Commit 81e3236

Browse files
author
Hakkı Eser
committed
.net core 2.0 supported
1 parent a8ed6ab commit 81e3236

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MongoNet/MongoNet.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
4+
<TargetFramework>netcoreapp2.0</TargetFramework>
55
<Description>This package contains CRUD functions with mongodb driver functions like find that are ready for use for MongoDB .Net Core</Description>
66
<PackageProjectUrl>https://github.com/hakkieser/MongoNet</PackageProjectUrl>
77
<RepositoryUrl>https://github.com/hakkieser/MongoNet</RepositoryUrl>
88
<PackageTags>repo, repository, mongodb, mongonet, mongodb repo, mongodb crud, mongodb driver, mongo</PackageTags>
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1010
<PackageId>MongoDB.MongoNet</PackageId>
1111
<Authors>Hakkı Eser</Authors>
12-
<Version>1.0.5</Version>
13-
<AssemblyVersion>1.0.5.0</AssemblyVersion>
14-
<FileVersion>1.0.5.0</FileVersion>
12+
<Version>1.0.6</Version>
13+
<AssemblyVersion>1.0.6.0</AssemblyVersion>
14+
<FileVersion>1.0.6.0</FileVersion>
1515
</PropertyGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)