Skip to content

Commit 9b5de7e

Browse files
authored
Bump Microsoft.VisualStudio.Web.CodeGeneration.Design from 6.0.0 to 7.0.4 (#66)
squash
2 parents 91404f4 + 99003a2 commit 9b5de7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/PublicApi/PublicApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
</PackageReference>
2929
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.14.0" />
30-
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.0" />
30+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.4" />
3131

3232
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.14.1" />
3333
</ItemGroup>

src/Web/Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" Condition="'$(Configuration)'=='Release'" PrivateAssets="All" />
3131
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="6.0.0" />
3232
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0" />
33-
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.0" />
33+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.4" />
3434
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.113" />
3535
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.0" />
3636
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.0" />

0 commit comments

Comments
 (0)