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

Commit d93c386

Browse files
dotnet-maestro-botsafern
authored andcommitted
Update ProjectNTfs, ProjectNTfsTestILC to beta-27413-00, beta-27413-00, respectively (master) (#35286)
* Update ProjectNTfs, ProjectNTfsTestILC to beta-27413-00, beta-27413-00, respectively * Remove EventCounter from System.Diagnostics.Tracing aot builds
1 parent 8be17f8 commit d93c386

File tree

3 files changed

+5
-18
lines changed

3 files changed

+5
-18
lines changed

eng/dependencies.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
These ref versions are pulled from https://github.com/dotnet/versions.
1010
-->
1111
<PropertyGroup>
12-
<ProjectNTfsCurrentRef>125d3800c1e256a789e8be390e2d8859142595c4</ProjectNTfsCurrentRef>
13-
<ProjectNTfsTestILCCurrentRef>125d3800c1e256a789e8be390e2d8859142595c4</ProjectNTfsTestILCCurrentRef>
12+
<ProjectNTfsCurrentRef>666bb3b6a410b2e2243af9363fb31b7ceed30941</ProjectNTfsCurrentRef>
13+
<ProjectNTfsTestILCCurrentRef>666bb3b6a410b2e2243af9363fb31b7ceed30941</ProjectNTfsTestILCCurrentRef>
1414
<SniCurrentRef>8bd1ec5fac9f0eec34ff6b34b1d878b4359e02dd</SniCurrentRef>
1515
<StandardCurrentRef>9004703a1923e5c5582ceb8d79712df777412446</StandardCurrentRef>
1616
<BuildToolsCurrentRef>7a2a68a6eb545ce740d67af01c53d9ee454e1a6c</BuildToolsCurrentRef>
@@ -27,9 +27,9 @@
2727

2828
<!-- Tests/infrastructure dependency versions. -->
2929
<PropertyGroup>
30-
<ProjectNTfsExpectedPrerelease>beta-27412-00</ProjectNTfsExpectedPrerelease>
31-
<ProjectNTfsTestILCExpectedPrerelease>beta-27412-00</ProjectNTfsTestILCExpectedPrerelease>
32-
<ProjectNTfsTestILCPackageVersion>1.0.0-beta-27412-00</ProjectNTfsTestILCPackageVersion>
30+
<ProjectNTfsExpectedPrerelease>beta-27413-00</ProjectNTfsExpectedPrerelease>
31+
<ProjectNTfsTestILCExpectedPrerelease>beta-27413-00</ProjectNTfsTestILCExpectedPrerelease>
32+
<ProjectNTfsTestILCPackageVersion>1.0.0-beta-27413-00</ProjectNTfsTestILCPackageVersion>
3333

3434
<!-- CoreFX-built SNI identity package -->
3535
<RuntimeNativeSystemDataSqlClientSniPackageVersion>4.4.0</RuntimeNativeSystemDataSqlClientSniPackageVersion>

src/System.Diagnostics.Tracing/src/FxCopBaseline.cs

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/System.Diagnostics.Tracing/src/System.Diagnostics.Tracing.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
<IsPartialFacadeAssembly>true</IsPartialFacadeAssembly>
66
<Configurations>netcoreapp-Unix-Debug;netcoreapp-Unix-Release;netcoreapp-Windows_NT-Debug;netcoreapp-Windows_NT-Release;netcoreappaot-Windows_NT-Debug;netcoreappaot-Windows_NT-Release;uap-Windows_NT-Debug;uap-Windows_NT-Release;uapaot-Windows_NT-Debug;uapaot-Windows_NT-Release</Configurations>
77
</PropertyGroup>
8-
<ItemGroup Condition="'$(TargetGroup)'=='uapaot' or '$(TargetGroup)'=='netcoreappaot'">
9-
<Compile Include="FxCopBaseline.cs" />
10-
<Compile Include="$(CommonPath)\CoreLib\System\Diagnostics\Tracing\EventCounter.cs" />
11-
</ItemGroup>
128
<ItemGroup>
139
<ReferenceFromRuntime Include="System.Private.CoreLib" />
1410
</ItemGroup>

0 commit comments

Comments
 (0)