Skip to content

Commit

Permalink
Misc: Bump projects to net 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotrekol committed Jun 3, 2022
1 parent a84c211 commit 9430b9d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion App/App.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net472</TargetFramework>
<TargetFramework>net48</TargetFramework>
<AssemblyTitle>osu! Collection Manager</AssemblyTitle>
<Product>Gui</Product>
<Copyright>Copyright © 2017-present Piotrekol</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion CollectionGenerator/CollectionGenerator.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net472</TargetFramework>
<TargetFramework>net48</TargetFramework>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<AssemblyTitle>CollectionGenerator</AssemblyTitle>
<Product>CollectionGenerator</Product>
Expand Down
2 changes: 1 addition & 1 deletion CollectionManagerDll/CollectionManagerDll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ProjectGuid>{533AB47A-D1B5-45DB-A37E-F053FA3699C4}</ProjectGuid>
<RootNamespace>CollectionManager</RootNamespace>
<AssemblyName>CollectionManager</AssemblyName>
<TargetFrameworks>netstandard20;net471</TargetFrameworks>
<TargetFrameworks>netstandard20;net48</TargetFrameworks>
<AssemblyTitle>CollectionManager</AssemblyTitle>
<Product></Product>
<Description>Implements read/write access to osu! db &amp; osdb collection files, along with ability to edit these in a reasonable manner</Description>
Expand Down
2 changes: 1 addition & 1 deletion Common/Common.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<TargetFramework>net48</TargetFramework>
<AssemblyTitle>Common</AssemblyTitle>
<Product>Common</Product>
<Copyright>Copyright © 2017</Copyright>
Expand Down
3 changes: 2 additions & 1 deletion GuiComponents/GuiComponents.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<TargetFramework>net48</TargetFramework>
<AssemblyTitle>GuiComponents</AssemblyTitle>
<Product>GuiComponents</Product>
<Copyright>Copyright © 2017</Copyright>
<LangVersion>latest</LangVersion>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Remote Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion MusicPlayer/MusicPlayer.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<TargetFramework>net48</TargetFramework>
<AssemblyTitle>MusicPlayer</AssemblyTitle>
<Product>MusicPlayer</Product>
<Copyright>Copyright © 2017</Copyright>
Expand Down

0 comments on commit 9430b9d

Please sign in to comment.