We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f7ddb commit 787730fCopy full SHA for 787730f
src/ProjectTemplates/TestInfrastructure/PrepareForTest.targets
@@ -6,7 +6,7 @@
6
<ItemGroup>
7
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
8
<_Parameter1>DotNetEfFullPath</_Parameter1>
9
- <_Parameter2>$([MSBuild]::EnsureTrailingSlash('$(NuGetPackageRoot)'))dotnet-ef/$(DotnetEfVersion)/tools/net8.0/any/dotnet-ef.dll</_Parameter2>
+ <_Parameter2>$([MSBuild]::EnsureTrailingSlash('$(NuGetPackageRoot)'))dotnet-ef/$(DotnetEfVersion)/tools/net10.0/any/dotnet-ef.dll</_Parameter2>
10
</AssemblyAttribute>
11
12
<_Parameter1>TestPackageRestorePath</_Parameter1>
0 commit comments