Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ww898 committed Sep 6, 2024
1 parent 97c5786 commit 74fe9e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ Supported frameworks:
<None Include="../../icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="JetBrains.HabitatDetector" Version="1.4.2" />
<PackageReference Include="JetBrains.Profiler.Api" Version="1.4.7" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" PrivateAssets="All" />
<PackageReference Include="JetBrains.HabitatDetector" Version="1.4.3" />
<PackageReference Include="JetBrains.Profiler.Api" Version="1.4.8" />
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
<Reference Condition="'$(TargetFramework)' == 'net46'" Include="System.IO.Compression" />
<Reference Condition="'$(TargetFramework)' == 'net46'" Include="System.Net.Http" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
<ProjectReference Include="..\src\JetBrains.Profiler.SelfApi.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 74fe9e2

Please sign in to comment.