Browse Source
Merge pull request #675 from dotnet-architecture/dependabot/nuget/Microsoft.VisualStudio.Web.CodeGeneration.Design-6.0.2
Bump Microsoft.VisualStudio.Web.CodeGeneration.Design from 6.0.1 to 6.0.2
main
Tarun Jain
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
src/PublicApi/PublicApi.csproj
-
src/Web/Web.csproj
|
|
|
@ -28,7 +28,7 @@ |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
|
|
</PackageReference> |
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.14.0" /> |
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.1" /> |
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.2" /> |
|
|
|
|
|
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.15.1" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
@ -22,7 +22,7 @@ |
|
|
|
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" Condition="'$(Configuration)'=='Release'" PrivateAssets="All" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="6.0.1" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.1" /> |
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.1" /> |
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.2" /> |
|
|
|
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.161" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.1" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.1" /> |
|
|
|
|