Merge pull request #504 from aspnet/dev/antonpis/SecretsManagerCPSBreak

Update CPS packages with breaking changes
This commit is contained in:
Anton Piskunov 2018-10-23 16:58:58 -07:00 committed by GitHub
commit b260e7752a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

View File

@ -9,6 +9,7 @@
https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
https://vside.myget.org/F/vssdk/api/v3/index.json;
https://vside.myget.org/F/devcore/api/v3/index.json
</RestoreSources>
<RestoreSources Condition="'$(DotNetBuildOffline)' != 'true'">
$(RestoreSources);

View File

@ -79,10 +79,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.ComponentModelHost" Version="15.0.26606" />
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.Analyzers" Version="15.3.224" />
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.SDK.Tools" Version="15.3.224" />
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.SDK" Version="15.3.224" />
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem" Version="15.3.224" />
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.Analyzers" Version="16.0.201-pre-g7d366164d0" />
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.SDK.Tools" Version="16.0.201-pre-g7d366164d0" />
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.SDK" Version="16.0.201-pre-g7d366164d0" />
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem" Version="16.0.201-pre-g7d366164d0" />
<PackageReference Include="Microsoft.VisualStudio.Shell.15.0" Version="15.0.26606" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Embeddable" Version="15.6.27002-vsuvscore" />
<PackageReference Include="Microsoft.VisualStudio.Text.Data" Version="15.0.26606" />

View File

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<VersionPrefix>3.0.0</VersionPrefix>
<VsixVersion>15.6</VsixVersion>
<VsixVersion>16.0</VsixVersion>
<VersionSuffix>alpha1</VersionSuffix>
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' ">$(VersionPrefix)</PackageVersion>
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' ">$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion>