This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" />
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;
You can’t perform that action at this time.
0 commit comments