Skip to content

Commit

Permalink
Fixing .net 5.0 nuget publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
stesee committed Nov 19, 2020
1 parent eae940a commit af2039c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ImageSharpCompare/ImageSharpCompare.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<PackageId>PdfjsSharp</PackageId>
<Product>PdfjsSharp</Product>
<AssemblyName>Codeuctivity.PdfjsSharp</AssemblyName>
<RootNamespace>Codeuctivity.PdfjsSharp</RootNamespace>
<PackageId>ImageSharpCompare</PackageId>
<Product>ImageSharpCompare</Product>
<AssemblyName>Codeuctivity.ImageSharpCompare</AssemblyName>
<RootNamespace>Codeuctivity.ImageSharpCompare</RootNamespace>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit af2039c

Please sign in to comment.