Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified authored Dec 13, 2024
1 parent e34286b commit 2038131
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WEB/Src/PerformanceCollector/PerformanceCollector/Perf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="1.0.0" />
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.*" />
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="6.0.*" />
</ItemGroup>

<ItemGroup>
Expand All @@ -48,4 +48,4 @@
<Import Project="..\Perf.Shared.NetFull\Perf.Shared.NetFull.projitems" Label="Shared" Condition="'$(TargetFramework)' == 'net452'" />
<Import Project="..\Perf.Shared.NetStandard\Perf.Shared.NetStandard.projitems" Label="Shared" Condition="'$(TargetFramework)' == 'netstandard2.0'" />

</Project>
</Project>

0 comments on commit 2038131

Please sign in to comment.