Skip to content

Commit

Permalink
remove .NET 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Aug 2, 2024
1 parent 0d18b1a commit 5b9d505
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/MSBuild.Sdk.SqlProj/MSBuild.Sdk.SqlProj.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<Project Sdk="Microsoft.Build.NoTargets/3.7.0">

<PropertyGroup>
Expand Down Expand Up @@ -31,7 +31,7 @@

<Target Name="IncludeDacpacTool" AfterTargets="Build">
<PropertyGroup>
<_DacpacToolSupportedTfms>net6.0;net7.0;net8.0</_DacpacToolSupportedTfms>
<_DacpacToolSupportedTfms>net6.0;net8.0</_DacpacToolSupportedTfms>
</PropertyGroup>
<ItemGroup>
<DacpacToolSupportedTfms Include="$(_DacpacToolSupportedTfms)" />
Expand Down
6 changes: 3 additions & 3 deletions test/DacpacTool.Tests/DacpacTool.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<IsPackable>false</IsPackable>
<AssemblyName>MSBuild.Sdk.SqlProj.DacpacTool.Tests</AssemblyName>
<RootNamespace>MSBuild.Sdk.SqlProj.DacpacTool.Tests</RootNamespace>
<LangVersion>8.0</LangVersion>
<LangVersion>9.0</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5b9d505

Please sign in to comment.