Skip to content

Commit

Permalink
Bump version + Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SakuraIsayeki committed Jun 4, 2021
1 parent 5b81338 commit f1d02a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SocialGuard.Api/SocialGuard.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Authors>Sakura Isayeki</Authors>
<Company>Nodsoft Systems</Company>
<Product>SocialGuard</Product>
<Version>2.2.0</Version>
<Version>3.0.0</Version>
<RepositoryUrl>https://github.com/Transcom-DT/SocialGuard</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<Copyright>GNU GPLv3</Copyright>
Expand All @@ -21,7 +21,7 @@

<ItemGroup>
<PackageReference Include="AspNetCore.Identity.Mongo" Version="8.1.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.18.0-beta1" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.18.0-beta2" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0-preview.4.21253.5" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" Version="5.0.0" />
Expand All @@ -30,7 +30,7 @@
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="6.0.0-preview.4.21253.5" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.11.1" />
<PackageReference Include="MongoDB.Driver" Version="2.13.0-beta1" />
<PackageReference Include="Serilog.AspNetCore" Version="4.1.1-dev-00227" />
<PackageReference Include="Serilog.AspNetCore" Version="4.1.1-dev-00229" />
<PackageReference Include="Serilog.Extensions.Logging" Version="3.0.2-dev-10289" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.4" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.11.1" />
Expand Down

0 comments on commit f1d02a2

Please sign in to comment.