File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 59
59
<PackageReference Include =" System.ComponentModel.Annotations" />
60
60
<PackageReference Include =" System.Text.Json" />
61
61
</ItemGroup >
62
- <ItemGroup Condition =" $(TargetFramework.StartsWith('netstandard')) or $(TargetFramework.StartsWith('net4')) or $(TargetFramework.StartsWith('net6'))" >
63
- <PackageReference Include =" System.Text.Json" />
64
- </ItemGroup >
65
62
<ItemGroup >
66
63
<PackageReference Include =" Splat" />
67
64
<PackageReference Include =" DynamicData" />
70
67
<None Update =" VariadicTemplates.tt" Generator =" TextTemplatingFileGenerator" LastGenOutput =" VariadicTemplates.cs" />
71
68
<Compile Update =" VariadicTemplates.cs" DesignTime =" True" AutoGen =" true" DependentUpon =" VariadicTemplates.tt" />
72
69
</ItemGroup >
73
- </Project >
70
+ </Project >
You can’t perform that action at this time.
0 commit comments