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
1212dotnet ef database drop
1313dotnet 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments