Skip to content

Commit 199a530

Browse files
committed
slight dep package version tweaks, default to non-reflective build
sdk/buildtools from 17.5 to 17.9, lower ProjectSystem.Managed to 17.7
1 parent eb98c27 commit 199a530

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

SmartCmdArgs/SmartCmdArgs17/SmartCmdArgs17.csproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<DebugType>full</DebugType>
3333
<Optimize>false</Optimize>
3434
<OutputPath>bin\Debug\</OutputPath>
35-
<DefineConstants>TRACE;DEBUG;VS17;DYNAMIC_VSProjectManaged</DefineConstants>
35+
<DefineConstants>TRACE;DEBUG;VS17;DYNAMIC-DISABLED_VSProjectManaged</DefineConstants>
3636
<ErrorReport>prompt</ErrorReport>
3737
<WarningLevel>4</WarningLevel>
3838
</PropertyGroup>
@@ -99,15 +99,18 @@
9999
<PackageReference Include="Microsoft.Extensions.DependencyInjection">
100100
<Version>7.0.0</Version>
101101
</PackageReference>
102-
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.0.31902.203" ExcludeAssets="runtime" />
103-
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.5.4065">
102+
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.9.37000" ExcludeAssets="runtime" />
103+
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.9.3184">
104104
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
105105
<PrivateAssets>all</PrivateAssets>
106106
</PackageReference>
107107
</ItemGroup>
108108
<Choose>
109109
<When Condition="$(DefineConstants.Contains(DYNAMIC_VSProjectManaged))">
110110
<ItemGroup>
111+
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem">
112+
<Version>17.9.380</Version>
113+
</PackageReference>
111114
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.Managed">
112115
<Version>2.0.6142705</Version>
113116
</PackageReference>
@@ -116,7 +119,7 @@
116119
<Otherwise>
117120
<ItemGroup>
118121
<PackageReference Include="CI.Microsoft.VisualStudio.ProjectSystem.Managed">
119-
<Version>17.11.1.102</Version>
122+
<Version>17.7.37.99</Version>
120123
</PackageReference>
121124
</ItemGroup>
122125
</Otherwise>

0 commit comments

Comments
 (0)