Skip to content

Commit c5c93fc

Browse files
Update dotnet monorepo to v10
1 parent a6ccc3c commit c5c93fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

BarakudaBlazorApp/.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"dotnet-ef": {
6-
"version": "3.1.3",
6+
"version": "10.0.3",
77
"commands": [
88
"dotnet-ef"
99
]

BarakudaBlazorApp/BarakudaBlazorApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.3" />
12+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="10.0.2" />
1313
</ItemGroup>
1414

1515
</Project>

0 commit comments

Comments
 (0)