File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 44 <TargetFramework >net9.0</TargetFramework >
55 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
66 <WarningsNotAsErrors >NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors >
7- <!-- < ArtifactsPath>$(MSBuildThisFileDirectory)artifacts</ArtifactsPath>-->
7+ <ArtifactsPath >$(MSBuildThisFileDirectory)artifacts</ArtifactsPath >
88 <ImplicitUsings >enable</ImplicitUsings >
99 <Nullable >enable</Nullable >
1010 </PropertyGroup >
11+ <!-- To use dotnet ef without 'msbuildprojectextensionspath' - fixed in .NET 10 -->
12+ <Import Condition =" Exists('$(MSBuildProjectDirectory)\obj\$(MSBuildProjectFile).EntityFrameworkCore.targets')"
13+ Project =" $(MSBuildProjectDirectory)\obj\$(MSBuildProjectFile).EntityFrameworkCore.targets" />
1114</Project >
You can’t perform that action at this time.
0 commit comments