Skip to content

Commit 5b9ad90

Browse files
committed
Merge in 'release/6.0' changes
2 parents b5ad096 + 23895c7 commit 5b9ad90

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/dotnet-ef/dotnet-ef.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ dotnet ef dbcontext scaffold
1212
dotnet ef database drop
1313
dotnet ef database update
1414
</Description>
15-
<TargetFramework>netcoreapp3.1</TargetFramework>
15+
<TargetFramework>net6.0</TargetFramework>
1616
<OutputType>Exe</OutputType>
1717
<PackAsTool>true</PackAsTool>
18-
<PackAsToolShimRuntimeIdentifiers>win-x64;win-x86</PackAsToolShimRuntimeIdentifiers>
18+
<PackAsToolShimRuntimeIdentifiers>win-x64;win-x86;win-arm64</PackAsToolShimRuntimeIdentifiers>
1919
<!-- Because this project uses a custom nuspec, this is necessary to ensure the generated shims are in the publish directory. -->
2020
<PackagedShimOutputRootDirectory>$(OutDir)</PackagedShimOutputRootDirectory>
2121
<RootNamespace>Microsoft.EntityFrameworkCore.Tools</RootNamespace>

src/ef/ef.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<RootNamespace>Microsoft.EntityFrameworkCore.Tools</RootNamespace>
99
<CheckEolTargetFramework>False</CheckEolTargetFramework>
1010
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)..\..\rulesets\EFCore.noxmldocs.ruleset</CodeAnalysisRuleSet>
11+
<RollForward>Major</RollForward>
1112
</PropertyGroup>
1213

1314
<ItemGroup>

0 commit comments

Comments
 (0)