提交 aa4a3058 编写于 作者: T Tanner Gooding

Removing the last of the packages.config and replacing them with project.json

上级 a54f9dbc
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<configuration>
<packageRestore>
<!-- Currently, the repository's version of NuGet.exe and Visual Studio's version
fight over the format of project.lock.json because the one in the respository
is newer. To prevent that, turn off package restore. -->
<add key="automatic" value="false" />
</packageRestore>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<config>
<add key="repositoryPath" value="../packages" />
</config>
<packageSources>
<clear />
<add key="dotnet.myget.org dotnet-coreclr" value="https://dotnet.myget.org/F/dotnet-coreclr/api/v3/index.json" />
<add key="dotnet.myget.org dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="dotnet.myget.org dotnet-corefxtestdata" value="https://dotnet.myget.org/F/dotnet-corefxtestdata/api/v3/index.json" />
......
......@@ -52,7 +52,7 @@
<Compile Include="UpdateNuGetTemplateVersions.vb" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="project.json" />
</ItemGroup>
<Import Project="..\..\..\build\Targets\Imports.targets" />
</Project>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NuGet.CommandLine" version="2.8.5" targetFramework="net45" />
<package id="Microsoft.CodeAnalysis.Analyzers" version="1.1.0" targetFramework="net45" />
<package id="Microsoft.CodeAnalysis.Common" version="1.0.0" targetFramework="net45" />
<package id="Microsoft.CodeAnalysis.CSharp" version="1.0.0" targetFramework="net45" />
<package id="Microsoft.CodeAnalysis.CSharp.Workspaces" version="1.0.0" targetFramework="net45" />
<package id="Microsoft.CodeAnalysis.Workspaces.Common" version="1.0.0" targetFramework="net45" />
<package id="Microsoft.CodeAnalysis.VisualBasic" version="1.0.0" targetFramework="net45"/>
<package id="Microsoft.CodeAnalysis.VisualBasic.Workspaces" version="1.0.0" targetFramework="net45"/>
</packages>
{
"dependencies": {
"NuGet.CommandLine": "2.8.5",
"Microsoft.CodeAnalysis.Analyzers": "1.1.0",
"Microsoft.CodeAnalysis.Common": "1.0.0",
"Microsoft.CodeAnalysis.CSharp": "1.0.0",
"Microsoft.CodeAnalysis.CSharp.Workspaces": "1.0.0",
"Microsoft.CodeAnalysis.Workspaces.Common": "1.0.0",
"Microsoft.CodeAnalysis.VisualBasic": "1.0.0",
"Microsoft.CodeAnalysis.VisualBasic.Workspaces": "1.0.0"
},
"frameworks": {
"net46": { }
},
"runtimes": {
"win7": { }
}
}
\ No newline at end of file
......@@ -72,7 +72,7 @@
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
<None Include="project.json" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
......
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="LibGit2Sharp" version="0.22.0" targetFramework="net46" />
<package id="LibGit2Sharp.NativeBinaries" version="1.0.129" targetFramework="net46" />
<package id="Mono.Options" version="1.1" targetFramework="net452" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net46" />
<package id="Octokit" version="0.17.0" targetFramework="net452" />
<package id="System.ValueTuple" version="4.3.0-preview1-24530-04" targetFramework="net46" />
</packages>
\ No newline at end of file
{
"dependencies": {
"LibGit2Sharp": "0.22.0",
"LibGit2Sharp.NativeBinaries": "1.0.129",
"Mono.Options": "1.1",
"Newtonsoft.Json": "9.0.1",
"Octokit": "0.17.0",
"System.ValueTuple": "4.3.0-preview1-24530-04"
},
"frameworks": {
"net46": { }
},
"runtimes": {
"win7": { }
}
}
\ No newline at end of file
......@@ -72,7 +72,7 @@
<Resource Include="SyntaxGraph.ico" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="project.json" />
</ItemGroup>
<Import Project="..\..\..\..\..\build\Targets\Imports.targets" />
</Project>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Composition" version="1.0.27" targetFramework="net46" />
<package id="System.Collections.Immutable" version="1.1.36" targetFramework="net46" />
<package id="System.Reflection.Metadata" version="1.2.0" targetFramework="net46" />
<package id="Microsoft.CodeAnalysis.Common" version="1.0.0" targetFramework="net46" />
<package id="Microsoft.CodeAnalysis.CSharp" version="1.0.0" targetFramework="net46" />
<package id="Microsoft.CodeAnalysis.VisualBasic" version="1.0.0" targetFramework="net46" />
</packages>
\ No newline at end of file
{
"dependencies": {
"Microsoft.Composition": "1.0.27",
"System.Collections.Immutable": "1.1.36",
"System.Reflection.Metadata": "1.2.0",
"Microsoft.CodeAnalysis.Common": "1.0.0",
"Microsoft.CodeAnalysis.CSharp": "1.0.0",
"Microsoft.CodeAnalysis.VisualBasic": "1.0.0"
},
"frameworks": {
"net46": { }
},
"runtimes": {
"win7": { }
}
}
\ No newline at end of file
......@@ -55,9 +55,7 @@
<Compile Include="SyntaxKindHelper.vb" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
<None Include="project.json" />
</ItemGroup>
<Import Project="..\..\..\..\..\build\Targets\Imports.targets" />
</Project>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Composition" version="1.0.27" targetFramework="net46" />
<package id="System.Collections.Immutable" version="1.1.36" targetFramework="net46" />
<package id="System.Reflection.Metadata" version="1.2.0" targetFramework="net46" />
<package id="Microsoft.CodeAnalysis.Common" version="1.0.0" targetFramework="net46" />
<package id="Microsoft.CodeAnalysis.VisualBasic" version="1.0.0" targetFramework="net46" />
<package id="Microsoft.CodeAnalysis.CSharp" version="1.0.0" targetFramework="net46" />
</packages>
\ No newline at end of file
{
"dependencies": {
"Microsoft.Composition": "1.0.27",
"System.Collections.Immutable": "1.1.36",
"System.Reflection.Metadata": "1.2.0",
"Microsoft.CodeAnalysis.Common": "1.0.0",
"Microsoft.CodeAnalysis.VisualBasic": "1.0.0",
"Microsoft.CodeAnalysis.CSharp": "1.0.0"
},
"frameworks": {
"net46": { }
},
"runtimes": {
"win7": { }
}
}
\ No newline at end of file
......@@ -208,9 +208,7 @@
<Link>ThirdPartyNotices.rtf</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
<None Include="project.json" />
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
......
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Composition" version="1.0.27" targetFramework="net46" />
<package id="System.Collections.Immutable" version="1.1.36" targetFramework="net46" />
<package id="System.Reflection.Metadata" version="1.0.21" targetFramework="net46" />
<package id="Microsoft.CodeAnalysis.Common" version="1.0.0" targetFramework="net46" />
<package id="Microsoft.CodeAnalysis.EditorFeatures.Text" version="1.0.0" targetFramework="net46" />
<package id="Microsoft.CodeAnalysis.Workspaces.Common" version="1.0.0" targetFramework="net46" />
<package id="RoslynDependencies.Microsoft.VisualStudio.ComponentModelHost" version="14.3.25407" targetFramework="net46" />
</packages>
\ No newline at end of file
{
"dependencies": {
"Microsoft.Composition": "1.0.27",
"System.Collections.Immutable": "1.1.36",
"System.Reflection.Metadata": "1.0.21",
"Microsoft.CodeAnalysis.Common": "1.0.0",
"Microsoft.CodeAnalysis.EditorFeatures.Text": "1.0.0",
"Microsoft.CodeAnalysis.Workspaces.Common": "1.0.0",
"RoslynDependencies.Microsoft.VisualStudio.ComponentModelHost": "14.3.25407"
},
"frameworks": {
"net46": { }
},
"runtimes": {
"win7": { }
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册