Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MonstercatNet.Sample.Wpf/MonstercatNet.Sample.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net80-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<UserSecretsId>31a9ef54-40ff-4c7c-81b1-c4c6e4bc1e99</UserSecretsId>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion MonstercatNet.Tests/MonstercatNet.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net80</TargetFramework>
<TargetFramework>net8.0</TargetFramework>

<IsPackable>false</IsPackable>
<AssemblyName>MonstercatNet.Tests</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion build/Util/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ internal static class Constants
{
public const string Configuration = "Release";
public const string Platform = "AnyCPU";
public const string TargetFramework = "net80";
public const string TargetFramework = "net8.0";

public const string SolutionPath = "./MonstercatNet.sln";
public const string AssemblyInfoPath = "./SharedAssemblyInfo.cs";
Expand Down