Skip to content

Commit

Permalink
task: updated nugets on all example projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtanglr committed Jul 14, 2024
1 parent 2a3c6fa commit da7a1b2
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Primitively" Version="1.4.20" PrivateAssets="All" />
<PackageReference Include="Primitively" Version="1.4.21" PrivateAssets="All" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Primitively" Version="1.4.20" PrivateAssets="All" />
<PackageReference Include="Primitively" Version="1.4.21" PrivateAssets="All" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Primitively" Version="1.4.20" PrivateAssets="All" />
<PackageReference Include="Primitively" Version="1.4.21" PrivateAssets="All" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Primitively" Version="1.4.20" PrivateAssets="All" />
<PackageReference Include="Primitively" Version="1.4.21" PrivateAssets="All" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Primitively" Version="1.4.20" PrivateAssets="All" />
<PackageReference Include="Primitively" Version="1.4.21" PrivateAssets="All" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Primitively" Version="1.4.20" PrivateAssets="All" />
<PackageReference Include="Primitively" Version="1.4.21" PrivateAssets="All" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Primitively" Version="1.4.20" PrivateAssets="all" />
<PackageReference Include="Primitively" Version="1.4.21" PrivateAssets="all" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.6" />
<PackageReference Include="MongoDB.Driver" Version="2.24.0" />
<PackageReference Include="Primitively.AspNetCore.Mvc" Version="1.4.20" />
<PackageReference Include="Primitively.AspNetCore.SwaggerGen" Version="1.4.20" />
<PackageReference Include="Primitively.MongoDB.Bson" Version="1.4.20" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="MongoDB.Driver" Version="2.27.0" />
<PackageReference Include="Primitively.AspNetCore.Mvc" Version="1.4.21" />
<PackageReference Include="Primitively.AspNetCore.SwaggerGen" Version="1.4.21" />
<PackageReference Include="Primitively.MongoDB.Bson" Version="1.4.21" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit da7a1b2

Please sign in to comment.