|
2 | 2 | <PropertyGroup> |
3 | 3 | <TargetFrameworks>netstandard2.0;netcoreapp3.1</TargetFrameworks> |
4 | 4 | <CodeAnalysisRuleSet>../ruleset.xml</CodeAnalysisRuleSet> |
5 | | - <Version>3.0.1</Version> |
| 5 | + <Version>3.0.2</Version> |
6 | 6 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
7 | 7 | <PackageId>Amazon.AspNetCore.Identity.Cognito</PackageId> |
8 | 8 | <Title>ASP.NET Core Identity Provider for Amazon Cognito</Title> |
|
16 | 16 | <RepositoryUrl>https://github.com/aws/aws-aspnet-cognito-identity-provider/</RepositoryUrl> |
17 | 17 | <Company>Amazon Web Services</Company> |
18 | 18 | <SignAssembly>true</SignAssembly> |
19 | | - <AssemblyVersion>3.0.1</AssemblyVersion> |
20 | | - <FileVersion>3.0.1</FileVersion> |
| 19 | + <AssemblyVersion>3.0.2</AssemblyVersion> |
| 20 | + <FileVersion>3.0.2</FileVersion> |
21 | 21 | </PropertyGroup> |
22 | 22 |
|
23 | 23 | <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'"> |
|
29 | 29 | </ItemGroup> |
30 | 30 |
|
31 | 31 | <ItemGroup> |
32 | | - <PackageReference Include="Amazon.Extensions.CognitoAuthentication" Version="2.3.0" /> |
33 | | - <PackageReference Include="AWSSDK.CognitoIdentity" Version="3.7.0.3" /> |
34 | | - <PackageReference Include="AWSSDK.CognitoIdentityProvider" Version="3.7.0.3" /> |
35 | | - <PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.0.1" /> |
| 32 | + <PackageReference Include="Amazon.Extensions.CognitoAuthentication" Version="2.5.2" /> |
| 33 | + <PackageReference Include="AWSSDK.CognitoIdentity" Version="3.7.300.74" /> |
| 34 | + <PackageReference Include="AWSSDK.CognitoIdentityProvider" Version="3.7.303.19" /> |
| 35 | + <PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.300" /> |
36 | 36 | <PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.1"> |
37 | 37 | <PrivateAssets>all</PrivateAssets> |
38 | 38 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
0 commit comments