Skip to content

Commit

Permalink
Migrate to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertvanHorrik committed Nov 22, 2023
1 parent aa3ff36 commit 8a5bda4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup>
<TargetFrameworks>net6.0-windows</TargetFrameworks>
<TargetFrameworks>net8.0-windows</TargetFrameworks>
<AssemblyName>Orc.AutomaticSupport.Tests</AssemblyName>
<RootNamespace>Orc.AutomaticSupport.Tests</RootNamespace>
<DefaultLanguage>en-US</DefaultLanguage>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[assembly: System.Resources.NeutralResourcesLanguage("en-US")]
[assembly: System.Runtime.Versioning.TargetFramework(".NETCoreApp,Version=v6.0", FrameworkDisplayName=".NET 6.0")]
[assembly: System.Runtime.Versioning.TargetFramework(".NETCoreApp,Version=v8.0", FrameworkDisplayName=".NET 8.0")]
[assembly: System.Windows.Markup.XmlnsDefinition("http://schemas.wildgums.com/orc/automaticsupport", "Orc.AutomaticSupport")]
[assembly: System.Windows.Markup.XmlnsDefinition("http://schemas.wildgums.com/orc/automaticsupport", "Orc.AutomaticSupport.Views")]
[assembly: System.Windows.Markup.XmlnsPrefix("http://schemas.wildgums.com/orc/automaticsupport", "orcautomaticsupport")]
Expand Down
2 changes: 1 addition & 1 deletion src/Orc.AutomaticSupport/Orc.AutomaticSupport.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup>
<TargetFrameworks>net6.0-windows</TargetFrameworks>
<TargetFrameworks>net6.0-windows;net8.0-windows</TargetFrameworks>
<AssemblyName>Orc.AutomaticSupport</AssemblyName>
<RootNamespace>Orc.AutomaticSupport</RootNamespace>
<DefaultLanguage>en-US</DefaultLanguage>
Expand Down

0 comments on commit 8a5bda4

Please sign in to comment.