File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 2626
2727 <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
2828 <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
29- </PropertyGroup >
29+ </PropertyGroup >
3030
3131 <ItemGroup >
3232 <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 6.0.0" >
3333 <PrivateAssets >all</PrivateAssets >
3434 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3535 </PackageReference >
3636 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
37+ </ItemGroup >
38+
39+ <ItemGroup Condition =" '$(TargetFramework)'== 'netStandard2.0'" >
3740 <PackageReference Include =" System.Text.Json" Version =" 6.0.1" />
3841 </ItemGroup >
3942
You can’t perform that action at this time.
0 commit comments