Browse Source

Use V2 major version

pull/1777/head
James Jackson-South 5 years ago
parent
commit
a86351b67c
  1. 5
      src/ImageSharp/ImageSharp.csproj

5
src/ImageSharp/ImageSharp.csproj

@ -15,6 +15,11 @@
<Configurations>Debug;Release;Debug-InnerLoop;Release-InnerLoop</Configurations> <Configurations>Debug;Release;Debug-InnerLoop;Release-InnerLoop</Configurations>
</PropertyGroup> </PropertyGroup>
<PropertyGroup>
<!--Bump to V2 prior to tagged release.-->
<MinVerMinimumMajorMinor>2.0</MinVerMinimumMajorMinor>
</PropertyGroup>
<Choose> <Choose>
<When Condition="$(SIXLABORS_TESTING_PREVIEW) == true"> <When Condition="$(SIXLABORS_TESTING_PREVIEW) == true">
<PropertyGroup> <PropertyGroup>

Loading…
Cancel
Save