Skip to content

Commit

Permalink
Conditionalize
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbrandenburg committed Dec 18, 2018
1 parent 55a7f9f commit bf9ed60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
<PackageLicenseUrl>https://raw.githubusercontent.com/aspnet/AspNetCore/2.0.0/LICENSE.txt</PackageLicenseUrl>
<Serviceable Condition="'$(Configuration)' == 'Release'">true</Serviceable>
<UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies>
<UsingToolNetFrameworkReferenceAssemblies Condition="'$(OS)' != 'Windows_NT'">true</UsingToolNetFrameworkReferenceAssemblies>
</PropertyGroup>
<PropertyGroup>
<ExperimentalVersionPrefix>0.1.$(PatchVersion)</ExperimentalVersionPrefix>
Expand Down

0 comments on commit bf9ed60

Please sign in to comment.