Skip to content

Commit 31cd7c0

Browse files
committed
(split from main repo) add <Reference Include="netstandard" /> everywhere
to build with Visual Studio 2019
1 parent 6cfe9ac commit 31cd7c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gerrit.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<Reference Include="System.ComponentModel.Composition" />
4545
<Reference Include="System.Drawing" />
4646
<Reference Include="System.Windows.Forms" />
47+
<Reference Include="netstandard" />
4748
</ItemGroup>
4849
<ItemGroup>
4950
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />

0 commit comments

Comments
 (0)