Skip to content

Commit

Permalink
Update templates and readmes with latest stable SDK version (4.0.69)
Browse files Browse the repository at this point in the history
  • Loading branch information
CZEMacLeod committed Mar 13, 2022
1 parent 13a2e5f commit 0372902
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 49 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ When using an MSBuild Project SDK obtained via NuGet (such as the SDKs in this r
Either append the version to the package name:

```xml
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.50">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.69">
...
```

Expand All @@ -41,7 +41,7 @@ Or omit the version from the SDK attribute and specify it in the version in `glo
```json
{
"msbuild-sdks": {
"MSBuild.SDK.SystemWeb" : "4.0.50"
"MSBuild.SDK.SystemWeb" : "4.0.69"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ When using an MSBuild Project SDK obtained via NuGet (such as the SDKs in this r
Either append the version to the package name:

```xml
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.50">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.69">
...
```

Expand All @@ -37,7 +37,7 @@ Or omit the version from the SDK attribute and specify it in the version in `glo
```json
{
"msbuild-sdks": {
"MSBuild.SDK.SystemWeb" : "4.0.50"
"MSBuild.SDK.SystemWeb" : "4.0.69"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions docs/SDK.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ When using an MSBuild Project SDK obtained via NuGet (such as the SDKs in this r
Either append the version (as shown in the nuget shield above) to the package name:

```xml
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.50">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.69">
...
```

Expand All @@ -22,7 +22,7 @@ Or omit the version from the SDK attribute and specify it in the version in `glo
```json
{
"msbuild-sdks": {
"MSBuild.SDK.SystemWeb" : "4.0.50"
"MSBuild.SDK.SystemWeb" : "4.0.69"
}
}
```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.50">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.69">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
Expand All @@ -8,9 +8,4 @@
<ItemGroup>
<None Include="Properties\launchSettings.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
<Version>3.6.0</Version>
</PackageReference>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.50">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.69">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
Expand Down Expand Up @@ -27,9 +27,4 @@
<ItemGroup>
<None Include="My Project\launchSettings.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
<Version>3.6.0</Version>
</PackageReference>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,34 +1,30 @@
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.50">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.69">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<Copyright>Copyright © (copyrightYear)</Copyright>
</PropertyGroup>

<ItemGroup>
<Content Include="lib\**\*.*" />
<Compile Update="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="favicon.ico" />
<Content Include="Global.asax" />
<Content Include="libman.json" />
<Content Include="Properties\launchSettings.json" />
<Content Include="Content\Site.css" />
<Content Include="Views\_ViewStart.cshtml" />
<Content Include="Views\Home\About.cshtml" />
<Content Include="Views\Home\Contact.cshtml" />
<Content Include="Views\Home\Index.cshtml" />
<Content Include="Views\Shared\Error.cshtml" />
<Content Include="Views\Shared\_Layout.cshtml" />
<Content Include="lib\**\*.*" />
<Content Include="Content\**\*.*" />
<Content Include="Views\**\*.cshtml" />
<Content Include="Views\Web.config" />
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
<Folder Include="Models\" />
<Folder Include="Scripts\" />
</ItemGroup>
<ItemGroup>
<None Include="libman.json" />
<None Include="Properties\launchSettings.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Antlr" Version="3.5.0.2" />
Expand All @@ -41,9 +37,6 @@
<PackageReference Include="Microsoft.AspNet.WebApi">
<Version>5.2.7</Version>
</PackageReference>
<PackageReference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
<Version>3.6.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.113" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="WebGrease" Version="1.6.0" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.50">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.69">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<Copyright>Copyright © (copyrightYear)</Copyright>
Expand All @@ -24,7 +24,6 @@
<Import Include="System.Web.UI.HtmlControls" />
</ItemGroup>
<ItemGroup>
<Content Include="lib\**\*.*" />
<Compile Update="Global.asax.vb">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
Expand Down Expand Up @@ -65,15 +64,9 @@
<ItemGroup>
<Content Include="favicon.ico" />
<Content Include="Global.asax" />
<Content Include="libman.json" />
<Content Include="My Project\launchSettings.json" />
<Content Include="Content\Site.css" />
<Content Include="Views\_ViewStart.vbhtml" />
<Content Include="Views\Home\About.vbhtml" />
<Content Include="Views\Home\Contact.vbhtml" />
<Content Include="Views\Home\Index.vbhtml" />
<Content Include="Views\Shared\Error.vbhtml" />
<Content Include="Views\Shared\_Layout.vbhtml" />
<Content Include="lib\**\*.*" />
<Content Include="Content\**\*.*" />
<Content Include="Views\**\*.cshtml" />
<Content Include="Views\Web.config" />
</ItemGroup>
<ItemGroup>
Expand All @@ -82,6 +75,8 @@
<Folder Include="Scripts\" />
</ItemGroup>
<ItemGroup>
<None Include="libman.json" />
<None Include="My Project\launchSettings.json" />
<None Include="My Project\Application.myapp" />
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
Expand All @@ -98,9 +93,6 @@
<PackageReference Include="Microsoft.AspNet.WebApi">
<Version>5.2.7</Version>
</PackageReference>
<PackageReference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
<Version>3.6.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.113" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="WebGrease" Version="1.6.0" />
Expand Down
4 changes: 2 additions & 2 deletions src/MSBuild.SDK.SystemWeb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ When using an MSBuild Project SDK obtained via NuGet (such as the SDKs in this r
Either append the version to the package name:

```xml
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.50">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.69">
...
```

Expand All @@ -22,7 +22,7 @@ Or omit the version from the SDK attribute and specify it in the version in `glo
```json
{
"msbuild-sdks": {
"MSBuild.SDK.SystemWeb" : "4.0.50"
"MSBuild.SDK.SystemWeb" : "4.0.69"
}
}
```
Expand Down

0 comments on commit 0372902

Please sign in to comment.