Skip to content

Commit

Permalink
Merge pull request #111 from Sergio0694/dev/update-nuget
Browse files Browse the repository at this point in the history
Update NuGet packages to latest stable
  • Loading branch information
Sergio0694 authored Nov 12, 2024
2 parents a7a92a9 + 3cdb039 commit bd2fd88
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1" PrivateAssets="all" />
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.25" PrivateAssets="all" />
</ItemGroup>

<!-- Needed for deterministic builds -->
Expand Down
2 changes: 2 additions & 0 deletions tests/PolySharp.Tests/LanguageFeatures.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ internal class TestClassWithRequiredMembers
{
// SetsRequiredMembersAttribute
[SetsRequiredMembers]
#pragma warning disable IDE0290
public TestClassWithRequiredMembers()
#pragma warning restore IDE0290
{
Name = "";
}
Expand Down
2 changes: 1 addition & 1 deletion tests/PolySharp.Tests/PolySharp.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<CompilerVisibleProperty Include="PolySharpIncludeRuntimeSupportedAttributes"/>
<CompilerVisibleProperty Include="PolySharpIncludeRuntimeSupportedAttributes" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net472' OR '$(TargetFramework)' == 'net48' OR '$(TargetFramework)' == 'netstandard2.0'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.2" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net472' OR '$(TargetFramework)' == 'net48'">
Expand Down

0 comments on commit bd2fd88

Please sign in to comment.