Fix assembly name

pull/22/head
William Bishop 2018-03-03 11:47:46 -08:00
parent 2887564bfa
commit 8f22916a49
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>JsonDiffPatchDotNet</RootNamespace>
<AssemblyName>JsonDiffPatchDotNet</AssemblyName>
</PropertyGroup>
<ItemGroup>