Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit ac69852

Browse files
authored
Restore ProjectN package consistency check (#28217)
Re-enable validation that ProjectN compiler and targeting pack are the same version. This was disabled while we worked to update System.Private.CoreLib with breaking public API changes. Resolves https://github.com/dotnet/corefx/issues/27619
1 parent ddbe9b1 commit ac69852

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

external/test-runtime/XUnit.Runtime.depproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,16 +182,10 @@
182182
SkipUnchangedFiles="true"/>
183183
</Target>
184184

185-
<!--
186-
187-
Disable this check until we get the CoreCLR and TFS versions of System.Private.CoreLib back in sync after recent breaking changes.
188-
https://github.com/dotnet/corefx/issues/27619
189-
190185
<Target Name="VerifyMatchingProjectNVersions"
191186
BeforeTargets="Build">
192187
<Error Condition="'$(ProjectNTfsExpectedPrerelease)' != '$(ProjectNTfsTestILCExpectedPrerelease)'" Text="The versions of ProjectN Targeting pack and TestILC have gone out of sync. Please make sure both of the prerelease versions on dependencies.props match." />
193188
</Target>
194-
-->
195189

196190
<Target Name="CopyTestILCToolsToTestHost"
197191
AfterTargets="RestorePackages"

0 commit comments

Comments
 (0)