File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" />
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 =" " />
You can’t perform that action at this time.
0 commit comments