Merge pull request #4061 from livarcocc/new_pdb
Updating the System.Reflection.Metadata version
This commit is contained in:
commit
309c4911df
3 changed files with 5 additions and 4 deletions
|
@ -197,8 +197,8 @@
|
|||
CrossgenPath="$(CrossgenPath)"
|
||||
ReadyToRun="True"
|
||||
PlatformAssemblyPaths="@(PlatformAssemblies);
|
||||
$(SharedFrameworkNameVersionPath);
|
||||
@(CompileStageSdkDirectories)" />
|
||||
@(CompileStageSdkDirectories);
|
||||
$(SharedFrameworkNameVersionPath)" />
|
||||
|
||||
<!-- Generate .version file -->
|
||||
<WriteLinesToFile File="$(SdkOutputDirectory)/.version"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"NuGet.Configuration": "3.6.0-beta.1.msbuild.1",
|
||||
"NuGet.Packaging": "3.6.0-beta.1.msbuild.1",
|
||||
"NuGet.RuntimeModel": "3.6.0-beta.1.msbuild.1",
|
||||
"System.Reflection.Metadata": "1.3.0"
|
||||
"System.Reflection.Metadata": "1.4.1-beta-24410-02"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {
|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
"target": "project"
|
||||
},
|
||||
"Microsoft.DiaSymReader": "1.0.8",
|
||||
"Microsoft.DiaSymReader.Native": "1.4.0-rc2"
|
||||
"Microsoft.DiaSymReader.Native": "1.4.0-rc2",
|
||||
"System.Reflection.Metadata": "1.4.1-beta-24410-02"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
|
|
Loading…
Add table
Reference in a new issue