<PropertyGroup>
<!-- Central place to set the versions of all nuget packages produced in the repo -->
- <PackageVersion Condition="'$(PackageVersion)' == ''">2.1.0</PackageVersion>
+ <PackageVersion Condition="'$(PackageVersion)' == ''">2.2.0</PackageVersion>
<!-- Set the boolean below to true to generate packages with stabilized versions -->
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
<StableVersion Condition="'$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(PackageVersion)</StableVersion>
- <PreReleaseLabel>preview3</PreReleaseLabel>
+ <PreReleaseLabel>preview1</PreReleaseLabel>
</PropertyGroup>
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->