Skip to content

Commit

Permalink
chore: move migrationshelper to dotnet 8
Browse files Browse the repository at this point in the history
  • Loading branch information
emalfroy authored Mar 19, 2024
1 parent b5383bd commit 4a489e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/EF.MigrationsHelper/EF.MigrationsHelper.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>

<RuntimeFrameworkVersion>6.0.3</RuntimeFrameworkVersion>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<OutputType>Exe</OutputType>

Expand Down

0 comments on commit 4a489e6

Please sign in to comment.