File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ dotnet ef dbcontext scaffold
12
12
dotnet ef database drop
13
13
dotnet ef database update
14
14
</Description >
15
- <TargetFramework >netcoreapp3.1 </TargetFramework >
15
+ <TargetFramework >net6.0 </TargetFramework >
16
16
<OutputType >Exe</OutputType >
17
17
<PackAsTool >true</PackAsTool >
18
- <PackAsToolShimRuntimeIdentifiers >win-x64;win-x86</PackAsToolShimRuntimeIdentifiers >
18
+ <PackAsToolShimRuntimeIdentifiers >win-x64;win-x86;win-arm64 </PackAsToolShimRuntimeIdentifiers >
19
19
<!-- Because this project uses a custom nuspec, this is necessary to ensure the generated shims are in the publish directory. -->
20
20
<PackagedShimOutputRootDirectory >$(OutDir)</PackagedShimOutputRootDirectory >
21
21
<RootNamespace >Microsoft.EntityFrameworkCore.Tools</RootNamespace >
Original file line number Diff line number Diff line change 8
8
<RootNamespace >Microsoft.EntityFrameworkCore.Tools</RootNamespace >
9
9
<CheckEolTargetFramework >False</CheckEolTargetFramework >
10
10
<CodeAnalysisRuleSet >$(MSBuildThisFileDirectory)..\..\rulesets\EFCore.noxmldocs.ruleset</CodeAnalysisRuleSet >
11
+ <RollForward >Major</RollForward >
11
12
</PropertyGroup >
12
13
13
14
<ItemGroup >
You can’t perform that action at this time.
0 commit comments