File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/LibKubernetesGenerator Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 11
11
<EmbeddedResource Include="$(MSBuildThisFileDirectory)/templates/*" WithCulture="false" />
12
12
</ItemGroup>
13
13
14
- <ItemGroup>
15
- <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" PrivateAssets="all" />
16
- </ItemGroup>
17
-
18
14
<ItemGroup>
19
15
<!-- Scriban No Dependency -->
20
16
<PackageReference Include="Scriban" IncludeAssets="Build" />
33
29
<PackageReference Include="NJsonSchema.Annotations" GeneratePathProperty="true" PrivateAssets="all" />
34
30
<PackageReference Include="Newtonsoft.Json" GeneratePathProperty="true" PrivateAssets="all" />
35
31
<PackageReference Include="Namotion.Reflection" GeneratePathProperty="true" PrivateAssets="all" />
32
+ <PackageReference Include="System.Text.Json" GeneratePathProperty="true" PrivateAssets="all" />
36
33
</ItemGroup>
37
34
38
35
<PropertyGroup>
52
49
<TargetPathWithTargetPlatformMoniker Include="$(PKGNJsonSchema_Annotations)\lib\netstandard2.0\NJsonSchema.Annotations.dll" IncludeRuntimeDependency="false" />
53
50
<TargetPathWithTargetPlatformMoniker Include="$(PKGNewtonsoft_Json)\lib\netstandard1.0\Newtonsoft.Json.dll" IncludeRuntimeDependency="false" />
54
51
<TargetPathWithTargetPlatformMoniker Include="$(PKGNamotion_Reflection)\lib\netstandard2.0\Namotion.Reflection.dll" IncludeRuntimeDependency="false" />
52
+ <TargetPathWithTargetPlatformMoniker Include="$(PKGSystem_Text_Json)\lib\netstandard2.0\System.Text.Json.dll" IncludeRuntimeDependency="false" />
55
53
</ItemGroup>
56
54
</Target>
57
55
You can’t perform that action at this time.
0 commit comments