File tree Expand file tree Collapse file tree 5 files changed +35
-1
lines changed Expand file tree Collapse file tree 5 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 2
2
<Import Project =" Sdk.targets" Sdk =" Microsoft.DotNet.Arcade.Sdk" />
3
3
<Import Project =" eng\testing\linker\trimmingTests.targets" Condition =" '$(IsPublishedAppTestProject)' == 'true'" />
4
4
5
+ <ItemGroup >
6
+ <FrameworkReference Update =" Microsoft.NETCore.App"
7
+ Condition =" '$(TargetFramework)' == 'net8.0'"
8
+ RuntimeFrameworkVersion =" $(MicrosoftNETCoreAppRuntimewinx64Version)"
9
+ TargetingPackVersion =" $(MicrosoftNETCoreAppRefVersion)" />
10
+ </ItemGroup >
11
+
5
12
<Target Name =" GetCustomAssemblyAttributes"
6
13
BeforeTargets =" GetAssemblyAttributes"
7
14
Condition =" '$(MSBuildProjectExtension)' == '.csproj' "
Original file line number Diff line number Diff line change 41
41
<Uri >https://github.com/dotnet/runtime</Uri >
42
42
<Sha >bb38848e9877dc0b43860dc219ebe36fc04a6bb3</Sha >
43
43
</Dependency >
44
+ <Dependency Name =" Microsoft.NETCore.App.Ref" Version =" 8.0.0-preview.7.23364.11" >
45
+ <Uri >https://github.com/dotnet/runtime</Uri >
46
+ <Sha >bb38848e9877dc0b43860dc219ebe36fc04a6bb3</Sha >
47
+ </Dependency >
48
+ <Dependency Name =" Microsoft.NETCore.App.Runtime.win-x64" Version =" 8.0.0-preview.7.23364.11" >
49
+ <Uri >https://github.com/dotnet/runtime</Uri >
50
+ <Sha >bb38848e9877dc0b43860dc219ebe36fc04a6bb3</Sha >
51
+ </Dependency >
52
+ <!-- NB: Using BrowserDebugHost to represent the nonshipping version of Microsoft.NETCore.App -->
53
+ <Dependency Name =" Microsoft.NETCore.BrowserDebugHost.Transport" Version =" 8.0.0-preview.7.23364.11" >
54
+ <Uri >https://github.com/dotnet/runtime</Uri >
55
+ <Sha >bb38848e9877dc0b43860dc219ebe36fc04a6bb3</Sha >
56
+ </Dependency >
44
57
</ProductDependencies >
45
58
<ToolsetDependencies >
46
59
<Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.23364.2" >
Original file line number Diff line number Diff line change 26
26
<MicrosoftExtensionsHostFactoryResolverSourcesVersion >8.0.0-preview.7.23364.11</MicrosoftExtensionsHostFactoryResolverSourcesVersion >
27
27
<MicrosoftExtensionsLoggingVersion >8.0.0-preview.7.23364.11</MicrosoftExtensionsLoggingVersion >
28
28
<SystemTextJsonVersion >8.0.0-preview.7.23364.11</SystemTextJsonVersion >
29
+ <MicrosoftNETCoreAppRefVersion >8.0.0-preview.7.23364.11</MicrosoftNETCoreAppRefVersion >
30
+ <MicrosoftNETCoreAppRuntimewinx64Version >8.0.0-preview.7.23364.11</MicrosoftNETCoreAppRuntimewinx64Version >
31
+ <MicrosoftNETCoreBrowserDebugHostTransportVersion >8.0.0-preview.7.23364.11</MicrosoftNETCoreBrowserDebugHostTransportVersion >
29
32
</PropertyGroup >
30
33
<PropertyGroup Label =" Dependencies from dotnet/arcade" >
31
34
<MicrosoftDotNetBuildTasksTemplatingVersion >8.0.0-beta.23364.2</MicrosoftDotNetBuildTasksTemplatingVersion >
Original file line number Diff line number Diff line change 24
24
<MSSQL_SA_PASSWORD >Password12!</MSSQL_SA_PASSWORD >
25
25
</PropertyGroup >
26
26
27
+ <ItemGroup >
28
+ <AdditionalDotNetPackage Include =" $(MicrosoftNETCoreBrowserDebugHostTransportVersion)" >
29
+ <PackageType >runtime</PackageType >
30
+ </AdditionalDotNetPackage >
31
+ </ItemGroup >
32
+
27
33
<ItemGroup >
28
34
<XUnitProject Include =" $(RepoRoot)/test/**/*.csproj" />
29
35
<XUnitProject Remove =" $(RepoRoot)/test/EFCore.Specification.Tests/*.csproj" />
Original file line number Diff line number Diff line change 5
5
"rollForward" : " latestMajor"
6
6
},
7
7
"tools" : {
8
- "dotnet" : " 8.0.100-preview.7.23354.1"
8
+ "dotnet" : " 8.0.100-preview.7.23354.1" ,
9
+ "runtimes" : {
10
+ "dotnet" : [
11
+ " $(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
12
+ ]
13
+ }
9
14
},
10
15
"msbuild-sdks" : {
11
16
"Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.23364.2" ,
You can’t perform that action at this time.
0 commit comments