Skip to content

Commit

Permalink
conver test project to .net core 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenfalk committed Nov 18, 2017
1 parent 8e8a41c commit 1f06149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RocksDbSharpTest/RocksDbSharpTest.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 1f06149

Please sign in to comment.