File tree Expand file tree Collapse file tree 4 files changed +0
-17
lines changed Expand file tree Collapse file tree 4 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 23
23
24
24
<Import Project =" eng\targets\Common.targets" />
25
25
26
- <!-- Workaround https://github.com/dotnet/cli/issues/10528 -->
27
- <PropertyGroup >
28
- <BundledNETCorePlatformsPackageVersion >$(MicrosoftNETCorePlatformsPackageVersion)</BundledNETCorePlatformsPackageVersion >
29
- </PropertyGroup >
30
-
31
26
<!-- Global Analyzer Config -->
32
27
<ItemGroup >
33
28
<!-- Always include Common.globalconfig -->
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Dependencies >
3
3
<ProductDependencies >
4
- <Dependency Name =" Microsoft.NETCore.BrowserDebugHost.Transport" Version =" 6.0.2-servicing.22064.6" >
5
- <Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri >
6
- <Sha >839cdfb0ecca5e0be3dbccd926e7651ef50fdf10</Sha >
7
- </Dependency >
8
4
<!-- Intermediate is necessary for source build. -->
9
5
<Dependency Name =" Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version =" 9.0.0-alpha.1.25209.1" >
10
6
<Uri >https://github.com/dotnet/source-build-reference-packages</Uri >
111
107
</Dependency >
112
108
</ProductDependencies >
113
109
<ToolsetDependencies >
114
- <!-- Listed as a dependency to workaround https://github.com/dotnet/cli/issues/10528 -->
115
- <Dependency Name =" Microsoft.NETCore.Platforms" Version =" 6.0.1" >
116
- <Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri >
117
- <Sha >3a25a7f1cc446b60678ed25c9d829420d6321eba</Sha >
118
- </Dependency >
119
110
<Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25208.6" >
120
111
<Uri >https://github.com/dotnet/arcade</Uri >
121
112
<Sha >aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha >
Original file line number Diff line number Diff line change 48
48
-->
49
49
<PropertyGroup Label =" Automated" >
50
50
<MicrosoftCodeAnalysisAnalyzersPackageVersion >3.12.0-beta1.25209.6</MicrosoftCodeAnalysisAnalyzersPackageVersion >
51
- <MicrosoftNETCoreBrowserDebugHostTransportPackageVersion >6.0.2-servicing.22064.6</MicrosoftNETCoreBrowserDebugHostTransportPackageVersion >
52
- <MicrosoftNETCorePlatformsPackageVersion >6.0.1</MicrosoftNETCorePlatformsPackageVersion >
53
51
<MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesPackageVersion >9.0.0-alpha.1.25209.1</MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesPackageVersion >
54
52
<MicrosoftSourceBuildIntermediatearcadePackageVersion >9.0.0-beta.25208.6</MicrosoftSourceBuildIntermediatearcadePackageVersion >
55
53
<MicrosoftNetCompilersToolsetPackageVersion >5.0.0-1.25209.6</MicrosoftNetCompilersToolsetPackageVersion >
Original file line number Diff line number Diff line change 4
4
"runtimes" : {
5
5
"dotnet" : [
6
6
" 2.1.30" ,
7
- " $(MicrosoftNETCoreBrowserDebugHostTransportPackageVersion)" ,
8
7
" 3.1.30" ,
9
8
" 8.0.7"
10
9
]
You can’t perform that action at this time.
0 commit comments