Skip to content

Commit 8a16ef3

Browse files
committed
Update ObsWebSocket.Core.csproj
1 parent 0964dfe commit 8a16ef3

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

ObsWebSocket.Core/ObsWebSocket.Core.csproj

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,17 @@
2727
<IncludeSymbols>true</IncludeSymbols>
2828
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2929
</PropertyGroup>
30+
<PropertyGroup>
31+
<IsAotCompatible
32+
Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))"
33+
>true</IsAotCompatible
34+
>
35+
</PropertyGroup>
3036
<ItemGroup>
31-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.4" />
37+
<PackageReference
38+
Include="Microsoft.Extensions.DependencyInjection.Abstractions"
39+
Version="9.0.4"
40+
/>
3241
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.4" />
3342
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.4" />
3443
<PackageReference Include="MessagePack" Version="3.1.3" />
@@ -46,7 +55,11 @@
4655
<AdditionalFiles Include="..\protocol.json" Link="protocol.json" />
4756
</ItemGroup>
4857
<ItemGroup>
49-
<ProjectReference Include="..\ObsWebSocket.SourceGenerators\ObsWebSocket.SourceGenerators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
58+
<ProjectReference
59+
Include="..\ObsWebSocket.SourceGenerators\ObsWebSocket.SourceGenerators.csproj"
60+
OutputItemType="Analyzer"
61+
ReferenceOutputAssembly="false"
62+
/>
5063
</ItemGroup>
5164
<ItemGroup>
5265
<None Include="..\LICENSE.txt" Pack="true" PackagePath="" />

0 commit comments

Comments
 (0)