Skip to content

Commit 710f74b

Browse files
Re-Bootstrap Source Build to .NET 10.0.100-preview.2.25113.1 (#46829)
Co-authored-by: Viktor Hofer <[email protected]>
1 parent 2f1799b commit 710f74b

10 files changed

+761
-8
lines changed

src/SourceBuild/content/eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<ProductDependencies>
33
</ProductDependencies>
44
<ToolsetDependencies>
5-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25103.6">
5+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25110.3">
66
<Uri>https://github.com/dotnet/arcade</Uri>
7-
<Sha>0b971a5e11be58af22ca83fbc111a1207bb62920</Sha>
7+
<Sha>c80f5199af3eb3ebf00ca30ec4fa3af93faf0439</Sha>
88
</Dependency>
99
</ToolsetDependencies>
1010
</Dependencies>

src/SourceBuild/content/eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
of a .NET major or minor release, prebuilts may be needed. When the release is mature, prebuilts
2424
are not necessary, and this property is removed from the file.
2525
-->
26-
<PrivateSourceBuiltSdkVersion>10.0.100-preview.2.25105.1</PrivateSourceBuiltSdkVersion>
27-
<PrivateSourceBuiltArtifactsVersion>10.0.100-preview.2.25105.1</PrivateSourceBuiltArtifactsVersion>
26+
<PrivateSourceBuiltSdkVersion>10.0.100-preview.2.25113.1</PrivateSourceBuiltSdkVersion>
27+
<PrivateSourceBuiltArtifactsVersion>10.0.100-preview.2.25113.1</PrivateSourceBuiltArtifactsVersion>
2828
<!-- command-line-api dependencies -->
2929
<SystemCommandLineVersion>2.0.0-beta4.24126.1</SystemCommandLineVersion>
3030
<!-- msbuild dependencies -->
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"tools": {
3-
"dotnet": "10.0.100-preview.2.25104.28"
3+
"dotnet": "10.0.100-preview.2.25112.53"
44
},
55
"msbuild-sdks": {
66
"Microsoft.Build.NoTargets": "3.7.0",
77
"Microsoft.Build.Traversal": "3.4.0",
8-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25103.6"
8+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25110.3"
99
}
1010
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
From 6c7d07924bdfdf7c17b89ff50f1574e76618c381 Mon Sep 17 00:00:00 2001
2+
From: Viktor Hofer <[email protected]>
3+
Date: Fri, 14 Feb 2025 13:31:06 +0100
4+
Subject: [PATCH] React to NuGet package pruning warnings
5+
6+
Backport: https://github.com/dotnet/arcade/pull/15518
7+
8+
---
9+
.../Client/CSharp/Microsoft.DotNet.Helix.Client.csproj | 5 ++++-
10+
1 file changed, 4 insertions(+), 1 deletion(-)
11+
12+
diff --git a/src/Microsoft.DotNet.Helix/Client/CSharp/Microsoft.DotNet.Helix.Client.csproj b/src/Microsoft.DotNet.Helix/Client/CSharp/Microsoft.DotNet.Helix.Client.csproj
13+
index 5204d4117..e0e56b3ae 100644
14+
--- a/src/Microsoft.DotNet.Helix/Client/CSharp/Microsoft.DotNet.Helix.Client.csproj
15+
+++ b/src/Microsoft.DotNet.Helix/Client/CSharp/Microsoft.DotNet.Helix.Client.csproj
16+
@@ -14,8 +14,11 @@
17+
18+
<ItemGroup>
19+
<PackageReference Include="Azure.Core" />
20+
- <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
21+
<PackageReference Include="Newtonsoft.Json" />
22+
+ </ItemGroup>
23+
+
24+
+ <ItemGroup Condition="'$(TargetFrameworkIdentifier)' != '.NETCoreApp'">
25+
+ <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
26+
<PackageReference Include="System.Collections.Immutable" />
27+
<PackageReference Include="System.Text.Encodings.Web" />
28+
</ItemGroup>
Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
From ccc70ac49e1fc406b488e2c5347c6933073b2c67 Mon Sep 17 00:00:00 2001
2+
From: Viktor Hofer <[email protected]>
3+
Date: Fri, 14 Feb 2025 16:11:41 +0100
4+
Subject: [PATCH] React to NuGet package pruning warnings
5+
6+
Backport: https://github.com/dotnet/aspnetcore/pull/60395
7+
8+
---
9+
...Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj | 1 -
10+
...icrosoft.AspNetCore.Components.WebAssembly.DevServer.csproj | 1 -
11+
.../JsonPatch/src/Microsoft.AspNetCore.JsonPatch.csproj | 2 +-
12+
.../src/Microsoft.Extensions.Logging.AzureAppServices.csproj | 2 +-
13+
.../Microsoft.AspNetCore.Server.IntegrationTesting.IIS.csproj | 3 ---
14+
.../src/Microsoft.AspNetCore.SignalR.Client.Core.csproj | 2 +-
15+
src/Testing/src/Microsoft.AspNetCore.InternalTesting.csproj | 2 +-
16+
src/Tools/GetDocumentInsider/src/GetDocument.Insider.csproj | 2 +-
17+
.../src/Microsoft.dotnet-openapi.csproj | 2 --
18+
src/Tools/dotnet-sql-cache/src/dotnet-sql-cache.csproj | 2 --
19+
10 files changed, 5 insertions(+), 14 deletions(-)
20+
21+
diff --git a/src/Azure/AzureAppServices.HostingStartup/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj b/src/Azure/AzureAppServices.HostingStartup/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj
22+
index fe1c0f19275e..dbc464028962 100644
23+
--- a/src/Azure/AzureAppServices.HostingStartup/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj
24+
+++ b/src/Azure/AzureAppServices.HostingStartup/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj
25+
@@ -13,7 +13,6 @@
26+
<ItemGroup>
27+
<Reference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" />
28+
<Reference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" />
29+
- <Reference Include="System.Text.Json" />
30+
</ItemGroup>
31+
32+
<ItemGroup>
33+
diff --git a/src/Components/WebAssembly/DevServer/src/Microsoft.AspNetCore.Components.WebAssembly.DevServer.csproj b/src/Components/WebAssembly/DevServer/src/Microsoft.AspNetCore.Components.WebAssembly.DevServer.csproj
34+
index b24c6bd6ac9e..a320af38fa9c 100644
35+
--- a/src/Components/WebAssembly/DevServer/src/Microsoft.AspNetCore.Components.WebAssembly.DevServer.csproj
36+
+++ b/src/Components/WebAssembly/DevServer/src/Microsoft.AspNetCore.Components.WebAssembly.DevServer.csproj
37+
@@ -21,7 +21,6 @@
38+
<ItemGroup>
39+
<Reference Include="Microsoft.AspNetCore" />
40+
<Reference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" />
41+
- <Reference Include="System.Text.Json" />
42+
43+
<PackageReference Include="Microsoft.DotNet.Build.Tasks.Templating" PrivateAssets="All" Version="$(MicrosoftDotNetBuildTasksTemplatingVersion)" IsImplicitlyDefined="true" AllowExplicitReference="true" />
44+
</ItemGroup>
45+
diff --git a/src/Features/JsonPatch/src/Microsoft.AspNetCore.JsonPatch.csproj b/src/Features/JsonPatch/src/Microsoft.AspNetCore.JsonPatch.csproj
46+
index 57cc0737ff21..f4027ea5fd71 100644
47+
--- a/src/Features/JsonPatch/src/Microsoft.AspNetCore.JsonPatch.csproj
48+
+++ b/src/Features/JsonPatch/src/Microsoft.AspNetCore.JsonPatch.csproj
49+
@@ -22,7 +22,7 @@
50+
</ItemGroup>
51+
52+
<ItemGroup>
53+
- <Reference Include="Microsoft.CSharp" />
54+
+ <Reference Include="Microsoft.CSharp" Condition="'$(TargetFrameworkIdentifier)' != '.NETCoreApp'" />
55+
<Reference Include="Newtonsoft.Json" />
56+
</ItemGroup>
57+
58+
diff --git a/src/Logging.AzureAppServices/src/Microsoft.Extensions.Logging.AzureAppServices.csproj b/src/Logging.AzureAppServices/src/Microsoft.Extensions.Logging.AzureAppServices.csproj
59+
index 8c75d85a4ff9..d3e91be03049 100644
60+
--- a/src/Logging.AzureAppServices/src/Microsoft.Extensions.Logging.AzureAppServices.csproj
61+
+++ b/src/Logging.AzureAppServices/src/Microsoft.Extensions.Logging.AzureAppServices.csproj
62+
@@ -18,7 +18,7 @@
63+
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
64+
<Reference Include="Microsoft.Extensions.Logging.Configuration" />
65+
<Reference Include="Microsoft.Extensions.Logging" />
66+
- <Reference Include="System.ValueTuple" />
67+
+ <Reference Include="System.ValueTuple" Condition="'$(TargetFrameworkIdentifier)' != '.NETCoreApp'" />
68+
</ItemGroup>
69+
70+
<ItemGroup Condition="'$(TargetFramework)' == '$(DefaultNetFxTargetFramework)' OR '$(MSBuildRestoreSessionId)' == ''">
71+
diff --git a/src/Servers/IIS/IntegrationTesting.IIS/src/Microsoft.AspNetCore.Server.IntegrationTesting.IIS.csproj b/src/Servers/IIS/IntegrationTesting.IIS/src/Microsoft.AspNetCore.Server.IntegrationTesting.IIS.csproj
72+
index a3c025d7cb99..c6beee133ff7 100644
73+
--- a/src/Servers/IIS/IntegrationTesting.IIS/src/Microsoft.AspNetCore.Server.IntegrationTesting.IIS.csproj
74+
+++ b/src/Servers/IIS/IntegrationTesting.IIS/src/Microsoft.AspNetCore.Server.IntegrationTesting.IIS.csproj
75+
@@ -70,9 +70,6 @@
76+
77+
<Reference Include="Microsoft.NETCore.Windows.ApiSets" />
78+
<Reference Include="Microsoft.Web.Administration" />
79+
- <Reference Include="System.Net.Http" />
80+
- <Reference Include="System.Security.Cryptography.X509Certificates" />
81+
- <Reference Include="System.Security.Principal.Windows" />
82+
<Reference Include="System.ServiceProcess.ServiceController" />
83+
</ItemGroup>
84+
85+
diff --git a/src/SignalR/clients/csharp/Client.Core/src/Microsoft.AspNetCore.SignalR.Client.Core.csproj b/src/SignalR/clients/csharp/Client.Core/src/Microsoft.AspNetCore.SignalR.Client.Core.csproj
86+
index 16c662419d25..93470d863615 100644
87+
--- a/src/SignalR/clients/csharp/Client.Core/src/Microsoft.AspNetCore.SignalR.Client.Core.csproj
88+
+++ b/src/SignalR/clients/csharp/Client.Core/src/Microsoft.AspNetCore.SignalR.Client.Core.csproj
89+
@@ -33,7 +33,7 @@
90+
<Reference Include="Microsoft.AspNetCore.SignalR.Protocols.Json" />
91+
<Reference Include="Microsoft.Extensions.DependencyInjection" />
92+
<Reference Include="Microsoft.Extensions.Logging" />
93+
- <Reference Include="System.Threading.Channels" />
94+
+ <Reference Include="System.Threading.Channels" Condition="'$(TargetFrameworkIdentifier)' != '.NETCoreApp'" />
95+
</ItemGroup>
96+
97+
<ItemGroup Condition="'$(TargetFramework)' != '$(DefaultNetCoreTargetFramework)'">
98+
diff --git a/src/Testing/src/Microsoft.AspNetCore.InternalTesting.csproj b/src/Testing/src/Microsoft.AspNetCore.InternalTesting.csproj
99+
index b791c1e90861..179d80bbba73 100644
100+
--- a/src/Testing/src/Microsoft.AspNetCore.InternalTesting.csproj
101+
+++ b/src/Testing/src/Microsoft.AspNetCore.InternalTesting.csproj
102+
@@ -28,7 +28,7 @@
103+
<Reference Include="Microsoft.Extensions.Logging" />
104+
<Reference Include="Serilog.Extensions.Logging" />
105+
<Reference Include="Serilog.Sinks.File" />
106+
- <Reference Include="System.ValueTuple" />
107+
+ <Reference Include="System.ValueTuple" Condition="'$(TargetFrameworkIdentifier)' != '.NETCoreApp'" />
108+
109+
<!--
110+
This intentionally does not reference 'xunit', 'xunit.core', or any runner packages.
111+
diff --git a/src/Tools/GetDocumentInsider/src/GetDocument.Insider.csproj b/src/Tools/GetDocumentInsider/src/GetDocument.Insider.csproj
112+
index 4e2a913cc920..a5b5cd12beb8 100644
113+
--- a/src/Tools/GetDocumentInsider/src/GetDocument.Insider.csproj
114+
+++ b/src/Tools/GetDocumentInsider/src/GetDocument.Insider.csproj
115+
@@ -19,7 +19,7 @@
116+
<Reference Include="Microsoft.Extensions.Hosting.Abstractions" />
117+
</ItemGroup>
118+
119+
- <ItemGroup Condition="'$(TargetFramework)' != 'netcoreapp2.1'">
120+
+ <ItemGroup Condition="'$(TargetFrameworkIdentifier)' != '.NETCoreApp'">
121+
<Reference Include="System.Diagnostics.DiagnosticSource" />
122+
</ItemGroup>
123+
124+
diff --git a/src/Tools/Microsoft.dotnet-openapi/src/Microsoft.dotnet-openapi.csproj b/src/Tools/Microsoft.dotnet-openapi/src/Microsoft.dotnet-openapi.csproj
125+
index 3dda9082146e..8c9bcb4585b3 100644
126+
--- a/src/Tools/Microsoft.dotnet-openapi/src/Microsoft.dotnet-openapi.csproj
127+
+++ b/src/Tools/Microsoft.dotnet-openapi/src/Microsoft.dotnet-openapi.csproj
128+
@@ -17,8 +17,6 @@
129+
<ItemGroup>
130+
<Reference Include="Microsoft.Build" ExcludeAssets="runtime" />
131+
<Reference Include="Microsoft.Build.Locator" />
132+
- <Reference Include="System.Private.Uri" />
133+
- <Reference Include="System.Text.Json" />
134+
</ItemGroup>
135+
136+
<ItemGroup>
137+
diff --git a/src/Tools/dotnet-sql-cache/src/dotnet-sql-cache.csproj b/src/Tools/dotnet-sql-cache/src/dotnet-sql-cache.csproj
138+
index 8d0f2d89aad7..9ecfc17f9ef3 100644
139+
--- a/src/Tools/dotnet-sql-cache/src/dotnet-sql-cache.csproj
140+
+++ b/src/Tools/dotnet-sql-cache/src/dotnet-sql-cache.csproj
141+
@@ -16,9 +16,7 @@
142+
<ItemGroup>
143+
<Reference Include="Microsoft.Data.SqlClient" />
144+
<Reference Include="Azure.Identity" />
145+
- <Reference Include="System.Private.Uri" />
146+
<Reference Include="System.Runtime.Caching" />
147+
- <Reference Include="System.Text.Json" />
148+
</ItemGroup>
149+
150+
</Project>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
From ad850b7a69110b29f1709f623bef8bdf8ccd8dd8 Mon Sep 17 00:00:00 2001
2+
From: Viktor Hofer <[email protected]>
3+
Date: Fri, 14 Feb 2025 11:55:23 +0100
4+
Subject: [PATCH] Contributes to https://github.com/dotnet/sdk/pull/46829
5+
6+
Backport: https://github.com/dotnet/fsharp/pull/18318
7+
8+
---
9+
src/Compiler/FSharp.Compiler.Service.fsproj | 2 +-
10+
1 file changed, 1 insertion(+), 1 deletion(-)
11+
12+
diff --git a/src/Compiler/FSharp.Compiler.Service.fsproj b/src/Compiler/FSharp.Compiler.Service.fsproj
13+
index b345d6ed1..493248a11 100644
14+
--- a/src/Compiler/FSharp.Compiler.Service.fsproj
15+
+++ b/src/Compiler/FSharp.Compiler.Service.fsproj
16+
@@ -597,7 +597,7 @@
17+
<PackageReference Include="FSharp.Core" Version="$(FSharpCoreShippedPackageVersionValue)" />
18+
</ItemGroup>
19+
20+
- <ItemGroup>
21+
+ <ItemGroup Condition="'$(TargetFrameworkIdentifier)' != '.NETCoreApp'">
22+
<PackageReference Include="System.Collections.Immutable" Version="$(SystemCollectionsImmutableVersion)" />
23+
<PackageReference Include="System.Reflection.Emit" Version="$(SystemReflectionEmitVersion)" />
24+
<PackageReference Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataVersion)" />
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
From 41fb2135ac3592704846efe6b8731f0d68e744df Mon Sep 17 00:00:00 2001
2+
From: Viktor Hofer <[email protected]>
3+
Date: Fri, 14 Feb 2025 11:53:15 +0100
4+
Subject: [PATCH] React to NuGet package pruning warnings
5+
6+
Backport: https://github.com/dotnet/razor/pull/11496
7+
8+
---
9+
...oft.AspNetCore.Razor.Test.MvcShim.Version1_X.Compiler.csproj | 2 +-
10+
...oft.AspNetCore.Razor.Test.MvcShim.Version2_X.Compiler.csproj | 2 +-
11+
.../Microsoft.AspNetCore.Razor.ProjectEngineHost.csproj | 2 +-
12+
.../Microsoft.AspNetCore.Razor.Test.Common.csproj | 2 +-
13+
4 files changed, 4 insertions(+), 4 deletions(-)
14+
15+
diff --git a/src/Compiler/test/Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X/Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X.Compiler.csproj b/src/Compiler/test/Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X/Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X.Compiler.csproj
16+
index bbdec08a718..d2882f3e6f3 100644
17+
--- a/src/Compiler/test/Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X/Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X.Compiler.csproj
18+
+++ b/src/Compiler/test/Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X/Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X.Compiler.csproj
19+
@@ -5,7 +5,7 @@
20+
<PreserveCompilationContext>true</PreserveCompilationContext>
21+
</PropertyGroup>
22+
23+
- <ItemGroup>
24+
+ <ItemGroup Condition="'$(TargetFrameworkIdentifier)' != '.NETCoreApp'">
25+
<PackageReference Include="System.Diagnostics.DiagnosticSource" />
26+
<PackageReference Include="System.Text.Encodings.Web" />
27+
</ItemGroup>
28+
diff --git a/src/Compiler/test/Microsoft.AspNetCore.Razor.Test.MvcShim.Version2_X/Microsoft.AspNetCore.Razor.Test.MvcShim.Version2_X.Compiler.csproj b/src/Compiler/test/Microsoft.AspNetCore.Razor.Test.MvcShim.Version2_X/Microsoft.AspNetCore.Razor.Test.MvcShim.Version2_X.Compiler.csproj
29+
index bbdec08a718..d2882f3e6f3 100644
30+
--- a/src/Compiler/test/Microsoft.AspNetCore.Razor.Test.MvcShim.Version2_X/Microsoft.AspNetCore.Razor.Test.MvcShim.Version2_X.Compiler.csproj
31+
+++ b/src/Compiler/test/Microsoft.AspNetCore.Razor.Test.MvcShim.Version2_X/Microsoft.AspNetCore.Razor.Test.MvcShim.Version2_X.Compiler.csproj
32+
@@ -5,7 +5,7 @@
33+
<PreserveCompilationContext>true</PreserveCompilationContext>
34+
</PropertyGroup>
35+
36+
- <ItemGroup>
37+
+ <ItemGroup Condition="'$(TargetFrameworkIdentifier)' != '.NETCoreApp'">
38+
<PackageReference Include="System.Diagnostics.DiagnosticSource" />
39+
<PackageReference Include="System.Text.Encodings.Web" />
40+
</ItemGroup>
41+
diff --git a/src/Razor/src/Microsoft.AspNetCore.Razor.ProjectEngineHost/Microsoft.AspNetCore.Razor.ProjectEngineHost.csproj b/src/Razor/src/Microsoft.AspNetCore.Razor.ProjectEngineHost/Microsoft.AspNetCore.Razor.ProjectEngineHost.csproj
42+
index 3e1f302dc61..ff110ab5bd9 100644
43+
--- a/src/Razor/src/Microsoft.AspNetCore.Razor.ProjectEngineHost/Microsoft.AspNetCore.Razor.ProjectEngineHost.csproj
44+
+++ b/src/Razor/src/Microsoft.AspNetCore.Razor.ProjectEngineHost/Microsoft.AspNetCore.Razor.ProjectEngineHost.csproj
45+
@@ -16,7 +16,7 @@
46+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" />
47+
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" />
48+
<PackageReference Include="MessagePack" />
49+
- <PackageReference Include="System.Threading.Tasks.Extensions" />
50+
+ <PackageReference Include="System.Threading.Tasks.Extensions" Condition="'$(TargetFrameworkIdentifier)' != '.NETCoreApp'" />
51+
<PackageReference Include="Microsoft.VisualStudio.Threading" />
52+
</ItemGroup>
53+
54+
diff --git a/src/Shared/Microsoft.AspNetCore.Razor.Test.Common/Microsoft.AspNetCore.Razor.Test.Common.csproj b/src/Shared/Microsoft.AspNetCore.Razor.Test.Common/Microsoft.AspNetCore.Razor.Test.Common.csproj
55+
index 389e6c60fee..83a6f29dc8a 100644
56+
--- a/src/Shared/Microsoft.AspNetCore.Razor.Test.Common/Microsoft.AspNetCore.Razor.Test.Common.csproj
57+
+++ b/src/Shared/Microsoft.AspNetCore.Razor.Test.Common/Microsoft.AspNetCore.Razor.Test.Common.csproj
58+
@@ -9,7 +9,7 @@
59+
60+
<ItemGroup>
61+
<ProjectReference Include="..\..\Compiler\Microsoft.CodeAnalysis.Razor.Compiler\src\Microsoft.CodeAnalysis.Razor.Compiler.csproj" />
62+
- <PackageReference Include="Microsoft.CSharp" />
63+
+ <PackageReference Include="Microsoft.CSharp" Condition="'$(TargetFrameworkIdentifier)' != '.NETCoreApp'" />
64+
<PackageReference Include="Microsoft.CodeAnalysis.Common" />
65+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" />
66+
<PackageReference Include="Microsoft.CodeAnalysis.Test.Utilities" />

0 commit comments

Comments
 (0)