File tree 2 files changed +6
-3
lines changed
src/Microsoft.DotNet.Helix/Client/CSharp
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 10.0.100-alpha.1.25077.2 " ,
3
+ "version" : " 10.0.100-preview.2.25104.28 " ,
4
4
"rollForward" : " latestFeature"
5
5
},
6
6
"tools" : {
7
- "dotnet" : " 10.0.100-alpha.1.25077.2 "
7
+ "dotnet" : " 10.0.100-preview.2.25104.28 "
8
8
},
9
9
"msbuild-sdks" : {
10
10
"Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25105.3" ,
Original file line number Diff line number Diff line change 14
14
15
15
<ItemGroup >
16
16
<PackageReference Include =" Azure.Core" />
17
- <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" />
18
17
<PackageReference Include =" Newtonsoft.Json" />
18
+ </ItemGroup >
19
+
20
+ <ItemGroup Condition =" '$(TargetFrameworkIdentifier)' != '.NETCoreApp'" >
21
+ <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" />
19
22
<PackageReference Include =" System.Collections.Immutable" />
20
23
<PackageReference Include =" System.Text.Encodings.Web" />
21
24
</ItemGroup >
You can’t perform that action at this time.
0 commit comments