Skip to content

Commit

Permalink
Start flowing Microsoft.NETCore.App
Browse files Browse the repository at this point in the history
  • Loading branch information
bricelam committed Mar 15, 2021
1 parent 6c590e0 commit ce7a27b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<Project>
<Import Project="Sdk.targets" Sdk="Microsoft.DotNet.Arcade.Sdk" />

<ItemGroup>
<FrameworkReference Update="Microsoft.NETCore.App"
Condition="'$(TargetFramework)' == 'net6.0'"
RuntimeFrameworkVersion="$(MicrosoftNETCoreAppRuntimewinx64Version)"
TargetingPackVersion="$(MicrosoftNETCoreAppRefVersion)" />
</ItemGroup>

<Target Name="GetCustomAssemblyAttributes"
BeforeTargets="GetAssemblyAttributes"
Expand Down
8 changes: 8 additions & 0 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>5ef6a0687ad58fdb726387897cde0d2584264fb6</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.0-preview.3.21164.8">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>5ef6a0687ad58fdb726387897cde0d2584264fb6</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="6.0.0-preview.3.21164.8">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>5ef6a0687ad58fdb726387897cde0d2584264fb6</Sha>
</Dependency>
<Dependency Name="System.Collections.Immutable" Version="6.0.0-preview.3.21164.8">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>5ef6a0687ad58fdb726387897cde0d2584264fb6</Sha>
Expand Down
2 changes: 2 additions & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
<MicrosoftExtensionsDependencyModelVersion>6.0.0-preview.3.21164.8</MicrosoftExtensionsDependencyModelVersion>
<MicrosoftExtensionsHostFactoryResolverSourcesVersion>6.0.0-preview.3.21164.8</MicrosoftExtensionsHostFactoryResolverSourcesVersion>
<MicrosoftExtensionsLoggingVersion>6.0.0-preview.3.21164.8</MicrosoftExtensionsLoggingVersion>
<MicrosoftNETCoreAppRefVersion>6.0.0-preview.3.21164.8</MicrosoftNETCoreAppRefVersion>
<MicrosoftNETCoreAppRuntimewinx64Version>6.0.0-preview.3.21164.8</MicrosoftNETCoreAppRuntimewinx64Version>
</PropertyGroup>
<PropertyGroup Label="Other dependencies">
<MicrosoftCodeAnalysisVersion>3.7.0</MicrosoftCodeAnalysisVersion>
Expand Down
1 change: 1 addition & 0 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"dotnet": "6.0.100-preview.2.21155.3",
"runtimes": {
"dotnet": [
"$(MicrosoftNETCoreAppRuntimewinx64Version)",
"3.1.13"
],
"aspnetcore": [
Expand Down

0 comments on commit ce7a27b

Please sign in to comment.