🔧 Fixes EF Core migrations with compiled models
This commit is contained in:
		@@ -65,4 +65,9 @@
 | 
			
		||||
      <PackageReleaseNotes>@(ReleaseNoteLines, '%0a')</PackageReleaseNotes>
 | 
			
		||||
    </PropertyGroup>
 | 
			
		||||
  </Target>
 | 
			
		||||
 | 
			
		||||
  <Import
 | 
			
		||||
    Condition="Exists('$(MSBuildProjectDirectory)\obj\$(MSBuildProjectFile).EntityFrameworkCore.targets')"
 | 
			
		||||
    Project="$(MSBuildProjectDirectory)\obj\$(MSBuildProjectFile).EntityFrameworkCore.targets" />
 | 
			
		||||
 | 
			
		||||
</Project>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user