Skip to content

Commit

Permalink
bump MongoDB.Driver to 3.0.0 & other dependencies; v9.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
vova3211 committed Nov 21, 2024
1 parent 35f4865 commit 7e1120e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Mongo2Go" Version="3.1.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Mongo2Go" Version="4.0.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
Expand Down
2 changes: 1 addition & 1 deletion samples/TestSite/TestSite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.11" />
</ItemGroup>


Expand Down
16 changes: 8 additions & 8 deletions src/AspNetCore.Identity.Mongo/AspNetCore.Identity.Mongo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<Authors>Matteo Fabbri</Authors>
<Company />
<Product>AspNetCore.Identity.Mongo</Product>
<Version>9.0.0</Version>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.0.0.0</FileVersion>
<Version>9.1.0</Version>
<AssemblyVersion>9.1.0.0</AssemblyVersion>
<FileVersion>9.1.0.0</FileVersion>
<PackageProjectUrl>https://github.com/matteofabbri/AspNetCore.Identity.Mongo</PackageProjectUrl>
<NeutralLanguage />
<PackageReleaseNotes>Removed obsolete properties.</PackageReleaseNotes>
Expand All @@ -26,21 +26,21 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.28.0" />
<PackageReference Include="MongoDB.Driver" Version="3.0.0" />
</ItemGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework) == 'net6.0'">
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="6.0.33" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="6.0.33" />
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="6.0.36" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="6.0.36" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework) == 'net8.0'">
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="8.0.11" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="8.0.11" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7e1120e

Please # to comment.