Skip to content

Commit

Permalink
Update dependencies from dotnet/corefx (dotnet/coreclr#27431)
Browse files Browse the repository at this point in the history
* Update dependencies from https://github.com/dotnet/corefx build 20191024.13

- Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19524.13
- Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19524.13

* Update dependencies from https://github.com/dotnet/corefx build 20191024.14

- Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19524.14
- Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19524.14

* Update dependencies from https://github.com/dotnet/corefx build 20191025.6

- Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.6
- Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha.1.19525.6

* Workaround https://github.com/dotnet/coreclr/issues/27465

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
  • Loading branch information
dotnet-maestro[bot] authored and dotnet-bot committed Oct 26, 2019
1 parent 0f98b7f commit 1bd36da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ internal static partial class Sys
internal static extern ulong GetTimestampResolution();

[DllImport(Libraries.SystemNative, EntryPoint = "SystemNative_GetTimestamp", ExactSpelling = true)]
[SuppressGCTransition]
// [SuppressGCTransition] // https://github.com/dotnet/coreclr/issues/27465
internal static extern ulong GetTimestamp();
}
}

0 comments on commit 1bd36da

Please sign in to comment.