Skip to content

Commit deab147

Browse files
committed
Fixed Nuget Package versions removed
1 parent 2209e13 commit deab147

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/ExtensionManager.Vsix.2017/ExtensionManager.Vsix.2017.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
</Compile>
9696
</ItemGroup>
9797
<ItemGroup>
98-
<PackageReference Include="Madskristensen.VisualStudio.SDK" ExcludeAssets="runtime" Version="[15.7.81-pre]" />
99-
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="[17.0.1619-preview1]">
98+
<PackageReference Include="Madskristensen.VisualStudio.SDK" ExcludeAssets="runtime" Version="15.7.81-pre" />
99+
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.0.1619-preview1">
100100
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
101101
<PrivateAssets>all</PrivateAssets>
102102
</PackageReference>

src/ExtensionManager.Vsix.2019/ExtensionManager.Vsix.2019.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<MinimumVisualStudioVersion>$(VisualStudioVersion)</MinimumVisualStudioVersion>
@@ -98,7 +98,7 @@
9898
<PackageReference Include="Microsoft.VisualStudio.SDK" ExcludeAssets="runtime" Version="16.0.208">
9999
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
100100
</PackageReference>
101-
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="[17.0.1619-preview1]">
101+
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.0.1619-preview1">
102102
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
103103
<PrivateAssets>all</PrivateAssets>
104104
</PackageReference>
@@ -121,4 +121,4 @@
121121
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
122122
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
123123
<Import Project="..\ExtensionManager.Vsix.props" />
124-
</Project>
124+
</Project>

src/ExtensionManager.Vsix.2022/ExtensionManager.Vsix.2022.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@
9696
</Compile>
9797
</ItemGroup>
9898
<ItemGroup>
99-
<PackageReference Include="Microsoft.VisualStudio.SDK" ExcludeAssets="runtime" Version="[17.6.36389]">
99+
<PackageReference Include="Microsoft.VisualStudio.SDK" ExcludeAssets="runtime" Version="17.6.36389">
100100
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
101101
</PackageReference>
102-
<PackageReference Include="Microsoft.VisualStudio.Setup.Configuration.Interop" Version="[3.6.2115]" />
102+
<PackageReference Include="Microsoft.VisualStudio.Setup.Configuration.Interop" Version="3.6.2115" />
103103
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.6.2164">
104104
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
105105
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)