Skip to content

Commit

Permalink
Fix linux build.
Browse files Browse the repository at this point in the history
  • Loading branch information
peters committed Jun 29, 2020
1 parent 5d0776f commit 4c6dbaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Snap.Tests/Snap.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<TargetFrameworks Condition="$(OsPlatform) == 'Windows'">netcoreapp2.1;net461</TargetFrameworks>
<TargetFrameworks Condition="$(OsPlatform) != 'Windows'">netcoreapp2.1;netstandard2.0</TargetFrameworks>
<TargetFrameworks Condition="$(OsPlatform) != 'Windows'">netcoreapp2.1</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Snap/Snap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<IAmSnapCore>true</IAmSnapCore>
<TargetFrameworks Condition="$(OsPlatform) == 'Windows'">netcoreapp2.1;netstandard2.0;net461</TargetFrameworks>
<TargetFrameworks Condition="$(OsPlatform) != 'Windows'">netcorapp2.1;netstandard2.0</TargetFrameworks>
<TargetFrameworks Condition="$(OsPlatform) != 'Windows'">netcoreapp2.1;netstandard2.0</TargetFrameworks>
<IsPackable>true</IsPackable>
<IsTestProject>false</IsTestProject>
</PropertyGroup>
Expand Down

0 comments on commit 4c6dbaf

Please sign in to comment.