Skip to content

Commit 9b99e9a

Browse files
authored
Update SDK to Preview 2 and reaction (#15518)
1 parent ea0a0a2 commit 9b99e9a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-alpha.1.25077.2",
3+
"version": "10.0.100-preview.2.25104.28",
44
"rollForward": "latestFeature"
55
},
66
"tools": {
7-
"dotnet": "10.0.100-alpha.1.25077.2"
7+
"dotnet": "10.0.100-preview.2.25104.28"
88
},
99
"msbuild-sdks": {
1010
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25105.3",

src/Microsoft.DotNet.Helix/Client/CSharp/Microsoft.DotNet.Helix.Client.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@
1414

1515
<ItemGroup>
1616
<PackageReference Include="Azure.Core" />
17-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
1817
<PackageReference Include="Newtonsoft.Json" />
18+
</ItemGroup>
19+
20+
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' != '.NETCoreApp'">
21+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
1922
<PackageReference Include="System.Collections.Immutable" />
2023
<PackageReference Include="System.Text.Encodings.Web" />
2124
</ItemGroup>

0 commit comments

Comments
 (0)