Skip to content
Prev Previous commit
Next Next commit
Update KoreBuild.Tasks.csproj
  • Loading branch information
wtgodbe authored Dec 5, 2024
commit bd940e96742d886a0496d6b3f37594f8c6878f3d
2 changes: 1 addition & 1 deletion modules/KoreBuild.Tasks/KoreBuild.Tasks.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>net472</TargetFramework>
<AssemblyName>Internal.AspNetCore.KoreBuild.Tasks</AssemblyName>
</PropertyGroup>

Expand Down
Loading