Skip to content

Commit

Permalink
Remove unsupported .NET 3.1 target from sample app projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Apr 8, 2024
1 parent b28278c commit d47e54d
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net472</TargetFrameworks>
<RootNamespace>Waf.BookLibrary.Library.Applications</RootNamespace>
<AssemblyName>Waf.BookLibrary.Library.Applications</AssemblyName>
<UseWPF>true</UseWPF>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net472</TargetFrameworks>
<RootNamespace>Waf.BookLibrary.Library.Presentation</RootNamespace>
<AssemblyName>BookLibrary</AssemblyName>
<UseWPF>true</UseWPF>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net472</TargetFrameworks>
<RootNamespace>Waf.BookLibrary.Reporting.Applications</RootNamespace>
<AssemblyName>Waf.BookLibrary.Reporting.Applications</AssemblyName>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net472</TargetFrameworks>
<RootNamespace>Waf.BookLibrary.Reporting.Presentation</RootNamespace>
<AssemblyName>Waf.BookLibrary.Reporting.Presentation</AssemblyName>
<UseWPF>true</UseWPF>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net472</TargetFrameworks>
<RootNamespace>Waf.InformationManager.AddressBook.Modules.Applications</RootNamespace>
<AssemblyName>Waf.InformationManager.AddressBook.Modules.Applications</AssemblyName>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net472</TargetFrameworks>
<RootNamespace>Waf.InformationManager.AddressBook.Modules.Presentation</RootNamespace>
<AssemblyName>Waf.InformationManager.AddressBook.Modules.Presentation</AssemblyName>
<UseWPF>true</UseWPF>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net472</TargetFrameworks>
<RootNamespace>Waf.InformationManager.Assembler</RootNamespace>
<AssemblyName>InformationManager</AssemblyName>
<UseWPF>true</UseWPF>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net472</TargetFrameworks>
<RootNamespace>Waf.InformationManager.Common.Applications</RootNamespace>
<AssemblyName>Waf.InformationManager.Common.Applications</AssemblyName>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net472</TargetFrameworks>
<RootNamespace>Waf.InformationManager.Common.Presentation</RootNamespace>
<AssemblyName>Waf.InformationManager.Common.Presentation</AssemblyName>
<UseWPF>true</UseWPF>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net472</TargetFrameworks>
<RootNamespace>Waf.InformationManager.EmailClient.Modules.Applications</RootNamespace>
<AssemblyName>Waf.InformationManager.EmailClient.Modules.Applications</AssemblyName>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net472</TargetFrameworks>
<RootNamespace>Waf.InformationManager.EmailClient.Modules.Presentation</RootNamespace>
<AssemblyName>Waf.InformationManager.EmailClient.Modules.Presentation</AssemblyName>
<UseWPF>true</UseWPF>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net472</TargetFrameworks>
<RootNamespace>Waf.InformationManager.Infrastructure.Modules.Applications</RootNamespace>
<AssemblyName>Waf.InformationManager.Infrastructure.Modules.Applications</AssemblyName>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net472</TargetFrameworks>
<RootNamespace>Waf.InformationManager.Infrastructure.Modules.Presentation</RootNamespace>
<AssemblyName>Waf.InformationManager.Infrastructure.Modules.Presentation</AssemblyName>
<UseWPF>true</UseWPF>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net472</TargetFrameworks>
<UseWPF>true</UseWPF>
<Product>Waf Localization Sample</Product>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net472</TargetFrameworks>
<RootNamespace>Waf.Writer.Applications</RootNamespace>
<AssemblyName>Waf.Writer.Applications</AssemblyName>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net472</TargetFrameworks>
<RootNamespace>Waf.Writer.Presentation</RootNamespace>
<AssemblyName>Writer</AssemblyName>
<UseWPF>true</UseWPF>
Expand Down

0 comments on commit d47e54d

Please sign in to comment.