Skip to content

Commit 288bd01

Browse files
committed
(split from main repo) Fix missing RuntimeIdentifier
It appears MSBuild 15.8 or 15.9 requires explicit RuntimeIdentifier=win. Fixes #6497
1 parent 7175d5b commit 288bd01

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
@@ -11,6 +11,7 @@
1111
<RootNamespace>Gerrit</RootNamespace>
1212
<AssemblyName>Gerrit</AssemblyName>
1313
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
14+
<RuntimeIdentifier>win</RuntimeIdentifier>
1415
<FileAlignment>512</FileAlignment>
1516
<TargetFrameworkProfile>
1617
</TargetFrameworkProfile>

0 commit comments

Comments
 (0)