File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,8 +95,7 @@ Replace your entire `.csproj` file with the SDK-style format:
9595
9696** After (SDK-style):**
9797``` xml
98- <Project Sdk =" CodingWithCalvin.VsixSdk/1.0.0" >
99-
98+ <Project Sdk =" CodingWithCalvin.VsixSdk/0.3.0" >
10099 <PropertyGroup >
101100 <TargetFramework >net472</TargetFramework >
102101 <RootNamespace >MyExtension</RootNamespace >
@@ -106,7 +105,6 @@ Replace your entire `.csproj` file with the SDK-style format:
106105 <ItemGroup >
107106 <PackageReference Include =" Microsoft.VisualStudio.SDK" Version =" 17.*" />
108107 </ItemGroup >
109-
110108</Project >
111109```
112110
@@ -174,16 +172,14 @@ Fix any errors that arise. Common issues:
174172If you prefer to set up manually, create a ` .csproj ` file:
175173
176174``` xml
177- <Project Sdk =" CodingWithCalvin.VsixSdk/1.0.0" >
178-
175+ <Project Sdk =" CodingWithCalvin.VsixSdk/0.3.0" >
179176 <PropertyGroup >
180177 <TargetFramework >net472</TargetFramework >
181178 </PropertyGroup >
182179
183180 <ItemGroup >
184181 <PackageReference Include =" Microsoft.VisualStudio.SDK" Version =" 17.*" />
185182 </ItemGroup >
186-
187183</Project >
188184```
189185
You can’t perform that action at this time.
0 commit comments