File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
src/AspNet.Security.OAuth.VkId Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<MajorVersion >8</MajorVersion >
5
5
<MinorVersion >3</MinorVersion >
6
- <PatchVersion >0 </PatchVersion >
6
+ <PatchVersion >1 </PatchVersion >
7
7
<VersionPrefix >$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix >
8
8
<PackageValidationBaselineVersion Condition =" '$(PackageValidationBaselineVersion)' == ''" >8.0.0</PackageValidationBaselineVersion >
9
9
<PreReleaseVersionLabel >preview</PreReleaseVersionLabel >
Original file line number Diff line number Diff line change 16
16
<PackageReference Include =" JetBrains.Annotations" PrivateAssets =" All" />
17
17
</ItemGroup >
18
18
19
- <!-- TODO Enable once this provider is published to NuGet.org -->
20
- <PropertyGroup >
21
- <DisablePackageBaselineValidation >true</DisablePackageBaselineValidation >
22
- </PropertyGroup >
23
19
</Project >
You can’t perform that action at this time.
0 commit comments