Skip to content

Commit 102da99

Browse files
committed
📝 Fix csproj formatting
1 parent 93d9402 commit 102da99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/OpenOnlineConfig/OpenOnlineConfig/OpenOnlineConfig.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
55
<Nullable>enable</Nullable>
6-
<ImplicitUsings>enable</ImplicitUsings>
7-
<Authors>database64128</Authors>
6+
<ImplicitUsings>enable</ImplicitUsings>
7+
<IsAotCompatible>true</IsAotCompatible>
8+
<Authors>database64128</Authors>
89
<Product>OpenOnlineConfig.NET</Product>
910
<Description>.NET class library for Open Online Config (OOC) support.</Description>
1011
<Copyright>© 2025 database64128</Copyright>
@@ -14,7 +15,6 @@
1415
<RepositoryType>Public</RepositoryType>
1516
<PackageTags>open-online-config;censorship-circumvention</PackageTags>
1617
<GenerateDocumentationFile>true</GenerateDocumentationFile>
17-
<IsAotCompatible>true</IsAotCompatible>
1818
<NoWarn>CS1591</NoWarn>
1919
<Version>1.3.0</Version>
2020
</PropertyGroup>

0 commit comments

Comments
 (0)