This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11
11
<add key =" api.nuget.org" value =" https://api.nuget.org/v3/index.json" />
12
12
<add key =" AspNetCurrent" value =" https://dotnet.myget.org/F/aspnet-feb2017-patch/api/v3/index.json" />
13
13
<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" />
14
15
</packageSources >
15
16
</configuration >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<CLI_SharedFrameworkVersion >1.1.2</CLI_SharedFrameworkVersion >
5
5
<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 >
7
7
<CLI_NETSDK_Version >1.1.0-alpha-20170615-3</CLI_NETSDK_Version >
8
8
<CLI_NuGet_Version >4.3.0-preview3-4168</CLI_NuGet_Version >
9
9
<CLI_WEBSDK_Version >1.0.0-alpha-20170516-2-509</CLI_WEBSDK_Version >
Original file line number Diff line number Diff line change 12
12
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" $(CLI_Roslyn_Version)" />
13
13
<PackageReference Include =" Microsoft.CodeAnalysis.Build.Tasks" Version =" $(CLI_Roslyn_Version)" />
14
14
<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 " />
16
16
</ItemGroup >
17
17
18
18
<ItemGroup >
37
37
AfterTargets =" Publish"
38
38
BeforeTargets =" RemoveFilesAfterPublish" >
39
39
<ItemGroup >
40
- <AssetsToRemoveFromDeps Include =" runtimes/any/native/csc.exe "
40
+ <AssetsToRemoveFromDeps Include =" runtimes/any/native/csc.dll "
41
41
SectionName =" runtimeTargets" />
42
- <AssetsToRemoveFromDeps Include =" runtimes/any/native/vbc.exe "
42
+ <AssetsToRemoveFromDeps Include =" runtimes/any/native/vbc.dll "
43
43
SectionName =" runtimeTargets" />
44
44
<AssetsToRemoveFromDeps Include =" tool_roslyn.dll"
45
45
SectionName =" runtime" />
49
49
SectionName =" %(AssetsToRemoveFromDeps.SectionName)"
50
50
AssetPath =" %(AssetsToRemoveFromDeps.Identity)" />
51
51
52
- <Copy SourceFiles =" $(PublishDir)/runtimes/any/native/csc.exe ;
52
+ <Copy SourceFiles =" $(PublishDir)/runtimes/any/native/csc.dll ;
53
53
$(PublishDir)/$(TargetName).runtimeconfig.json;
54
54
$(PublishDir)/$(TargetName).deps.json;"
55
55
DestinationFiles =" $(PublishDir)/csc.exe;
You can’t perform that action at this time.
0 commit comments