File tree Expand file tree Collapse file tree 3 files changed +1
-11
lines changed
AspNet.Security.OAuth.Trovo Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<MajorVersion >6</MajorVersion >
5
5
<MinorVersion >0</MinorVersion >
6
- <PatchVersion >3 </PatchVersion >
6
+ <PatchVersion >4 </PatchVersion >
7
7
<VersionPrefix >$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix >
8
8
<PackageValidationBaselineVersion Condition =" '$(PackageValidationBaselineVersion)' == ''" >6.0.0</PackageValidationBaselineVersion >
9
9
<PreReleaseVersionLabel >preview</PreReleaseVersionLabel >
Original file line number Diff line number Diff line change 11
11
<PackageTags >aspnetcore;authentication;oauth;security;trovo</PackageTags >
12
12
</PropertyGroup >
13
13
14
- <!-- TODO Remove once published to NuGet.org -->
15
- <PropertyGroup >
16
- <DisablePackageBaselineValidation >true</DisablePackageBaselineValidation >
17
- </PropertyGroup >
18
-
19
14
<ItemGroup >
20
15
<FrameworkReference Include =" Microsoft.AspNetCore.App" />
21
16
<PackageReference Include =" JetBrains.Annotations" PrivateAssets =" All" />
Original file line number Diff line number Diff line change 5
5
<TargetFrameworks >$(DefaultNetCoreTargetFramework)</TargetFrameworks >
6
6
</PropertyGroup >
7
7
8
- <!-- TODO Remove once published to NuGet.org -->
9
- <PropertyGroup >
10
- <DisablePackageBaselineValidation >true</DisablePackageBaselineValidation >
11
- </PropertyGroup >
12
-
13
8
<PropertyGroup >
14
9
<Description >ASP.NET Core security middleware enabling Twitter authentication.</Description >
15
10
<Authors >Martin Costello</Authors >
You can’t perform that action at this time.
0 commit comments