Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 4d75e3d

Browse files
author
Livar
authored
Merge pull request #6931 from khyperia/update_roslyn_11
Updating Roslyn to 2.3.0-beta3-61816-04 in 1.1.0
2 parents 5e88564 + 47158dc commit 4d75e3d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

NuGet.Config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
1212
<add key="AspNetCurrent" value="https://dotnet.myget.org/F/aspnet-feb2017-patch/api/v3/index.json" />
1313
<add key="web-api" value="https://dotnet.myget.org/F/dotnet-web/api/v3/index.json" />
14+
<add key="symreader-native" value="https://dotnet.myget.org/F/symreader-native/api/v3/index.json" />
1415
</packageSources>
1516
</configuration>

build/Microsoft.DotNet.Cli.DependencyVersions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<CLI_SharedFrameworkVersion>1.1.2</CLI_SharedFrameworkVersion>
55
<CLI_MSBuild_Version>15.3.0-preview-000388-01</CLI_MSBuild_Version>
6-
<CLI_Roslyn_Version>2.0.0-rc5-61427-04</CLI_Roslyn_Version>
6+
<CLI_Roslyn_Version>2.3.0-beta3-61816-04</CLI_Roslyn_Version>
77
<CLI_NETSDK_Version>1.1.0-alpha-20170615-3</CLI_NETSDK_Version>
88
<CLI_NuGet_Version>4.3.0-preview3-4168</CLI_NuGet_Version>
99
<CLI_WEBSDK_Version>1.0.0-alpha-20170516-2-509</CLI_WEBSDK_Version>

src/tool_roslyn/tool_roslyn.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="$(CLI_Roslyn_Version)" />
1313
<PackageReference Include="Microsoft.CodeAnalysis.Build.Tasks" Version="$(CLI_Roslyn_Version)" />
1414
<PackageReference Include="Microsoft.Net.Compilers.netcore" Version="$(CLI_Roslyn_Version)" />
15-
<PackageReference Include="Microsoft.DiaSymReader.Native" Version="1.4.1" />
15+
<PackageReference Include="Microsoft.DiaSymReader.Native" Version="1.6.0-beta2-25304" />
1616
</ItemGroup>
1717

1818
<ItemGroup>
@@ -37,9 +37,9 @@
3737
AfterTargets="Publish"
3838
BeforeTargets="RemoveFilesAfterPublish">
3939
<ItemGroup>
40-
<AssetsToRemoveFromDeps Include="runtimes/any/native/csc.exe"
40+
<AssetsToRemoveFromDeps Include="runtimes/any/native/csc.dll"
4141
SectionName="runtimeTargets" />
42-
<AssetsToRemoveFromDeps Include="runtimes/any/native/vbc.exe"
42+
<AssetsToRemoveFromDeps Include="runtimes/any/native/vbc.dll"
4343
SectionName="runtimeTargets" />
4444
<AssetsToRemoveFromDeps Include="tool_roslyn.dll"
4545
SectionName="runtime"/>
@@ -49,7 +49,7 @@
4949
SectionName="%(AssetsToRemoveFromDeps.SectionName)"
5050
AssetPath="%(AssetsToRemoveFromDeps.Identity)" />
5151

52-
<Copy SourceFiles="$(PublishDir)/runtimes/any/native/csc.exe;
52+
<Copy SourceFiles="$(PublishDir)/runtimes/any/native/csc.dll;
5353
$(PublishDir)/$(TargetName).runtimeconfig.json;
5454
$(PublishDir)/$(TargetName).deps.json;"
5555
DestinationFiles="$(PublishDir)/csc.exe;

0 commit comments

Comments
 (0)