Skip to content

Commit

Permalink
Updated project to .NET 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markjamesm committed Nov 29, 2023
1 parent d7a8c0e commit 80a05ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/MusicSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Version>0.4.7</Version>
<TargetFramework>net7.0</TargetFramework>
<Version>0.4.8</Version>
<Authors>Mark-James McDougall</Authors>
<Company>Mark-James McDougall</Company>
<PackageIcon></PackageIcon>
Expand Down
2 changes: 1 addition & 1 deletion tests/MusicSharpTests/MusicSharpTests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit 80a05ce

Please sign in to comment.