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

Commit

Permalink
pin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Anipik committed Sep 17, 2020
1 parent 0ca66d2 commit 2dee4e4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions tests/src/Common/CoreFX/CoreFX.depproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="$(SystemIOFileSystemAccessControlVersion)" ExcludeAssets="Runtime" />

<!-- Microsoft.Private.CoreFx.OOB is a meta-package that contains references to most of what we need -->
<PackageReference Include="Microsoft.Private.CoreFx.OOB" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
<PackageReference Include="Microsoft.Private.CoreFx.OOB" Version="4.7.0-rtm.19564.4" />

<!-- dotnet.exe -->
<PackageReference Include="Microsoft.NETCore.DotNetHost" Version="$(MicrosoftNETCoreAppVersion)" />
<PackageReference Include="Microsoft.NETCore.DotNetHost" Version="3.1.8" />

<!-- hostfxr.dll -->
<PackageReference Include="Microsoft.NETCore.DotNetHostResolver" Version="$(MicrosoftNETCoreAppVersion)" />
<PackageReference Include="Microsoft.NETCore.DotNetHostResolver" Version="3.1.8" />

<!-- hostpolicy.dll -->
<PackageReference Include="Microsoft.NETCore.DotNetHostPolicy" Version="$(MicrosoftNETCoreAppVersion)" />
<PackageReference Include="Microsoft.NETCore.DotNetHostPolicy" Version="3.1.8" />

</ItemGroup>

Expand Down
10 changes: 5 additions & 5 deletions tests/src/Common/test_dependencies/test_dependencies.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
<Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
</PackageReference>
<PackageReference Include="System.Runtime.CompilerServices.Unsafe">
<Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
<Version>4.7.1</Version>
</PackageReference>
<PackageReference Include="System.Security.Permissions">
<Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
<Version>4.7.0</Version>
</PackageReference>
<PackageReference Include="System.Diagnostics.EventLog">
<Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
<Version>4.7.0</Version>
</PackageReference>
<PackageReference Include="System.Drawing.Common">
<Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
<Version>4.7.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime.Intrinsics.Experimental">
<Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
<Version>4.7.0-rtm.19564.4</Version>
</PackageReference>
<PackageReference Include="Microsoft.Diagnostics.Tools.RuntimeClient">
<Version>$(MicrosoftDiagnosticsToolsRuntimeClientVersion)</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<ProjectReference Include="../../NativeServer/CMakeLists.txt" />
<ProjectReference Include="../../../../Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
<PackageReference Include="System.Drawing.Common">
<Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
<Version>4.7.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
</PackageReference>
<PackageReference Include="System.Runtime.CompilerServices.Unsafe">
<Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
<Version>4.7.0</Version>
</PackageReference>
</ItemGroup>
<PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions tests/src/JIT/config/benchmark/benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
<Version>4.4.0-beta-24913-02</Version>
</PackageReference>
<PackageReference Include="System.Reflection.TypeExtensions">
<Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
<Version>4.7.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.4.0-beta-24913-02</Version>
</PackageReference>
<PackageReference Include="System.Runtime.CompilerServices.Unsafe">
<Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
<Version>4.7.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime.Extensions">
<Version>4.4.0-beta-24913-02</Version>
Expand Down
2 changes: 1 addition & 1 deletion tests/src/performance/performance.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<Version>4.4.0-beta-24913-02</Version>
</PackageReference>
<PackageReference Include="System.Reflection.TypeExtensions">
<Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
<Version>4.7.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.4.0-beta-24913-02</Version>
Expand Down

0 comments on commit 2dee4e4

Please sign in to comment.