Skip to content

Commit efd7fe6

Browse files
authored
Update README.md
1 parent afdf0ae commit efd7fe6

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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:
174172
If 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

0 commit comments

Comments
 (0)