Skip to content

Commit 60b9b30

Browse files
authored
Remove System.ValueTuple workaround (#1641)
* remove System.ValueTuple workaround * Update Directory.Build.props
1 parent e98f5b9 commit 60b9b30

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<NoWarn>CA1822;CS1591;CS0649;xUnit1026;xUnit1013;CS1573;VerifyTestsProjectDir;VerifySetParameters;PolyFillTargetsForNuget;xUnit1051;NU1608;NU1109</NoWarn>
5-
<Version>31.7.0</Version>
5+
<Version>31.7.1</Version>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<LangVersion>preview</LangVersion>
88
<AssemblyVersion>1.0.0</AssemblyVersion>

src/Verify/Verify.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
<None Include="buildTransitive\Verify.targets" Pack="true" PackagePath="build\" />
2020
<None Include="buildTransitive\Verify.AfterMicrosoftNetSdk.props" Pack="true" PackagePath="buildTransitive\" />
2121
<None Include="buildTransitive\Verify.AfterMicrosoftNetSdk.props" Pack="true" PackagePath="build\" />
22-
<!-- Work around https://github.com/dotnet/sdk/issues/51265#issuecomment-3407578810 -->
23-
<PackageReference Include="System.ValueTuple" />
2422
</ItemGroup>
2523

2624
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">

0 commit comments

Comments
 (0)