Skip to content

Commit 8bab23e

Browse files
Update Miku.Core.csproj
1 parent 47e6a1b commit 8bab23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Miku.Core/Miku.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
54
<ImplicitUsings>disable</ImplicitUsings>
65
<Nullable>disable</Nullable>
76
<LangVersion>9</LangVersion>
@@ -22,6 +21,7 @@
2221
<BranchName>refs/heads/main</BranchName>
2322
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2423
<EmbedUntrackedSources>true</EmbedUntrackedSources>
24+
<TargetFrameworks>net6.0;net5.0;net7.0;net8.0;net9.0;netstandard2.1</TargetFrameworks>
2525
</PropertyGroup>
2626

2727
<ItemGroup>

0 commit comments

Comments
 (0)