Skip to content

Commit

Permalink
Disable .Net Framework 4.5.1 target in non Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ied206 committed Oct 18, 2018
1 parent 677e723 commit 936c9ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ManagedWimLib/ManagedWimLib.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net451;netstandard1.3;netstandard2.0</TargetFrameworks>
<TargetFrameworks Condition="'$(OS)' != 'Windows_NT'">netstandard1.3;netstandard2.0</TargetFrameworks>
<Title>ManagedWimLib</Title>
<LangVersion>latest</LangVersion>
<Authors>Eric Biggers, Hajin Jang</Authors>
Expand Down

0 comments on commit 936c9ae

Please sign in to comment.