File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/LibKubernetesGenerator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
<PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 6.0.0" GeneratePathProperty =" true" PrivateAssets =" all" />
19
19
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" GeneratePathProperty =" true" PrivateAssets =" all" />
20
20
<PackageReference Include =" Namotion.Reflection" Version =" 2.0.10" GeneratePathProperty =" true" PrivateAssets =" all" />
21
- <PackageReference Include =" System.Diagnostics.DiagnosticSource" Version =" 4.7.1 " GeneratePathProperty =" true" PrivateAssets =" all" />
21
+ <PackageReference Include =" System.Diagnostics.DiagnosticSource" Version =" 6.0.0 " GeneratePathProperty =" true" PrivateAssets =" all" />
22
22
</ItemGroup >
23
23
24
24
<PropertyGroup >
35
35
<TargetPathWithTargetPlatformMoniker Include =" $(PKGMicrosoft_Bcl_AsyncInterfaces)\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll" IncludeRuntimeDependency =" false" />
36
36
<TargetPathWithTargetPlatformMoniker Include =" $(PKGNewtonsoft_Json)\lib\netstandard1.0\Newtonsoft.Json.dll" IncludeRuntimeDependency =" false" />
37
37
<TargetPathWithTargetPlatformMoniker Include =" $(PKGNamotion_Reflection)\lib\netstandard2.0\Namotion.Reflection.dll" IncludeRuntimeDependency =" false" />
38
- <TargetPathWithTargetPlatformMoniker Include =" $(PKGSystem_Diagnostics_DiagnosticSource)\lib\netstandard1.3 \System.Diagnostics.DiagnosticSource.dll" IncludeRuntimeDependency =" false" />
38
+ <TargetPathWithTargetPlatformMoniker Include =" $(PKGSystem_Diagnostics_DiagnosticSource)\lib\netstandard2.0 \System.Diagnostics.DiagnosticSource.dll" IncludeRuntimeDependency =" false" />
39
39
</ItemGroup >
40
40
</Target >
41
41
You can’t perform that action at this time.
0 commit comments