Skip to content

Commit

Permalink
Updated to .NET 4.8.1, updated nugets
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Mar 20, 2024
1 parent 595b542 commit 07fdee6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions MB_SubSonic/SubSonic.csproj
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MusicBeePlugin</RootNamespace>
<AssemblyName>mb_Subsonic</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
Expand Down Expand Up @@ -106,12 +106,18 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Fody">
<Version>6.6.4</Version>
<Version>6.8.0</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="RestSharp">
<Version>108.0.2</Version>
<Version>110.2.0</Version>
</PackageReference>
<PackageReference Include="System.Net.Http">
<Version>4.3.4</Version>
</PackageReference>
<PackageReference Include="System.Text.RegularExpressions">
<Version>4.3.1</Version>
</PackageReference>
<PackageReference Include="System.ValueTuple">
<Version>4.5.0</Version>
Expand Down

0 comments on commit 07fdee6

Please sign in to comment.