Skip to content

Commit 787730f

Browse files
committed
Fix project template tests
1 parent a4f7ddb commit 787730f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectTemplates/TestInfrastructure/PrepareForTest.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ItemGroup>
77
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
88
<_Parameter1>DotNetEfFullPath</_Parameter1>
9-
<_Parameter2>$([MSBuild]::EnsureTrailingSlash('$(NuGetPackageRoot)'))dotnet-ef/$(DotnetEfVersion)/tools/net8.0/any/dotnet-ef.dll</_Parameter2>
9+
<_Parameter2>$([MSBuild]::EnsureTrailingSlash('$(NuGetPackageRoot)'))dotnet-ef/$(DotnetEfVersion)/tools/net10.0/any/dotnet-ef.dll</_Parameter2>
1010
</AssemblyAttribute>
1111
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
1212
<_Parameter1>TestPackageRestorePath</_Parameter1>

0 commit comments

Comments
 (0)