Skip to content

Commit 999b5cd

Browse files
committed
fixed build for non-windows env
1 parent 1682a06 commit 999b5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FileContextCore/FileContextCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<SignAssembly>true</SignAssembly>
5+
<SignAssembly Condition="'$(OS)' == 'Windows_NT'">true</SignAssembly>
66
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<Version>2.2.0</Version>

0 commit comments

Comments
 (0)