Skip to content

Commit b260e77

Browse files
authored
Merge pull request #504 from aspnet/dev/antonpis/SecretsManagerCPSBreak
Update CPS packages with breaking changes
2 parents 9b59844 + c556be9 commit b260e77

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

build/sources.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
1010
https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
1111
https://vside.myget.org/F/vssdk/api/v3/index.json;
12+
https://vside.myget.org/F/devcore/api/v3/index.json
1213
</RestoreSources>
1314
<RestoreSources Condition="'$(DotNetBuildOffline)' != 'true'">
1415
$(RestoreSources);

tooling/Microsoft.VisualStudio.SecretManager/Microsoft.VisualStudio.SecretManager.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@
7979
</ItemGroup>
8080
<ItemGroup>
8181
<PackageReference Include="Microsoft.VisualStudio.ComponentModelHost" Version="15.0.26606" />
82-
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.Analyzers" Version="15.3.224" />
83-
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.SDK.Tools" Version="15.3.224" />
84-
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.SDK" Version="15.3.224" />
85-
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem" Version="15.3.224" />
82+
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.Analyzers" Version="16.0.201-pre-g7d366164d0" />
83+
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.SDK.Tools" Version="16.0.201-pre-g7d366164d0" />
84+
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.SDK" Version="16.0.201-pre-g7d366164d0" />
85+
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem" Version="16.0.201-pre-g7d366164d0" />
8686
<PackageReference Include="Microsoft.VisualStudio.Shell.15.0" Version="15.0.26606" />
8787
<PackageReference Include="Microsoft.VisualStudio.Shell.Embeddable" Version="15.6.27002-vsuvscore" />
8888
<PackageReference Include="Microsoft.VisualStudio.Text.Data" Version="15.0.26606" />

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<VersionPrefix>3.0.0</VersionPrefix>
4-
<VsixVersion>15.6</VsixVersion>
4+
<VsixVersion>16.0</VsixVersion>
55
<VersionSuffix>alpha1</VersionSuffix>
66
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' ">$(VersionPrefix)</PackageVersion>
77
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' ">$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion>

0 commit comments

Comments
 (0)