Skip to content

Commit

Permalink
Revert version in samples and remove debugging target
Browse files Browse the repository at this point in the history
  • Loading branch information
CZEMacLeod committed Nov 18, 2021
1 parent 5bb2f60 commit 573eb3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.62">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.58">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.62">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.58">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<Copyright>Copyright © 2021</Copyright>
Expand Down Expand Up @@ -116,7 +116,11 @@
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
</Target>

<!--<PropertyGroup>
<EnableWebFormsDefaultItems>true</EnableWebFormsDefaultItems>
</PropertyGroup>
<Target Name="DumpExcludePaths" BeforeTargets="BeforeBuild">
<Message Importance="high" Text="DefaultItemExcludes: $(DefaultItemExcludes)" />
<Message Importance="high" Text="DefaultWebFormsItemExcludes: $(DefaultWebFormsItemExcludes)" />
</Target>
</Target>-->
</Project>

0 comments on commit 573eb3f

Please sign in to comment.