Skip to content

Commit 4758d8a

Browse files
authored
Updated lib dependency and bump version of System.Diagnostics.DiagnosticSource to 6.0.0 (#990)
1 parent 66f5afa commit 4758d8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LibKubernetesGenerator/LibKubernetesGenerator.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" GeneratePathProperty="true" PrivateAssets="all" />
1919
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" GeneratePathProperty="true" PrivateAssets="all" />
2020
<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" />
2222
</ItemGroup>
2323

2424
<PropertyGroup>
@@ -35,7 +35,7 @@
3535
<TargetPathWithTargetPlatformMoniker Include="$(PKGMicrosoft_Bcl_AsyncInterfaces)\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll" IncludeRuntimeDependency="false" />
3636
<TargetPathWithTargetPlatformMoniker Include="$(PKGNewtonsoft_Json)\lib\netstandard1.0\Newtonsoft.Json.dll" IncludeRuntimeDependency="false" />
3737
<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" />
3939
</ItemGroup>
4040
</Target>
4141

0 commit comments

Comments
 (0)