Skip to content

Commit

Permalink
[repo] Remove old .net 6 workaround code from test props (#5014)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch authored Nov 1, 2023
1 parent e454dc9 commit 9ba8887
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/Common.nonprod.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<Content Include="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), 'OpenTelemetry.sln'))\build\xunit.runner.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<!--Temp workaround to allow using daily dotnet 6 builds-->
<!--<PackageReference Include="System.Runtime.CompilerServices.Unsafe" PrivateAssets="All" NoWarn="NU1605" Version="6.0.0-preview.4.21253.7" />-->
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit 9ba8887

Please sign in to comment.