File tree Expand file tree Collapse file tree 3 files changed +0
-18
lines changed Expand file tree Collapse file tree 3 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 7
7
<PropertyGroup >
8
8
<BundledNETCorePlatformsPackageVersion >$(MicrosoftNETCorePlatformsPackageVersion)</BundledNETCorePlatformsPackageVersion >
9
9
</PropertyGroup >
10
-
11
- <ItemGroup >
12
- <!-- Track compiler separately from Arcade.-->
13
- <PackageReference Include =" Microsoft.Net.Compilers.Toolset"
14
- Version =" $(MicrosoftNetCompilersToolsetPackageVersion)"
15
- PrivateAssets =" all"
16
- IsImplicitlyDefined =" true" />
17
- </ItemGroup >
18
10
</Project >
Original file line number Diff line number Diff line change 64
64
<Uri >https://github.com/dotnet/arcade</Uri >
65
65
<Sha >fb27fd4d8a2b67d4333e33d4b898c65171c9f3c1</Sha >
66
66
</Dependency >
67
- <Dependency Name =" Microsoft.Net.Compilers.Toolset" Version =" 3.3.0-beta2-19365-06" >
68
- <Uri >https://github.com/dotnet/roslyn</Uri >
69
- <Sha >3136330cb9714fec70a2ed0141469ed03832c766</Sha >
70
- </Dependency >
71
67
</ToolsetDependencies >
72
68
</Dependencies >
Original file line number Diff line number Diff line change 41
41
https://vside.myget.org/F/vsmac/api/v3/index.json;
42
42
https://vside.myget.org/F/devcore/api/v3/index.json;
43
43
</RestoreSources >
44
- <RestoreSources Condition =" '$(DotNetBuildOffline)' != 'true' AND $(MicrosoftNetCompilersToolsetPackageVersion.Contains('-')) " >
45
- $(RestoreSources);
46
- https://dotnet.myget.org/F/roslyn/api/v3/index.json;
47
- </RestoreSources >
48
44
</PropertyGroup >
49
45
<!--
50
46
70
66
<SystemDiagnosticsDiagnosticSourcePackageVersion >4.6.0-preview8.19364.1</SystemDiagnosticsDiagnosticSourcePackageVersion >
71
67
<SystemTextEncodingsWebPackageVersion >4.6.0-preview8.19364.1</SystemTextEncodingsWebPackageVersion >
72
68
<SystemReflectionMetadataPackageVersion >1.7.0-preview8.19364.1</SystemReflectionMetadataPackageVersion >
73
- <!-- Packages from dotnet/roslyn -->
74
- <MicrosoftNetCompilersToolsetPackageVersion >3.3.0-beta2-19365-06</MicrosoftNetCompilersToolsetPackageVersion >
75
69
</PropertyGroup >
76
70
<PropertyGroup Label =" Dependency version settings" >
77
71
<!--
You can’t perform that action at this time.
0 commit comments