Skip to content

Commit

Permalink
Rollback to netstandard2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Libitum committed Feb 21, 2020
1 parent 240751b commit c4d3e16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions Jellyfin.Plugin.Douban/Jellyfin.Plugin.Douban.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Jellyfin.Plugin.Douban</RootNamespace>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Jellyfin.Controller" Version="10.3.7" />
<PackageReference Include="Jellyfin.Model" Version="10.3.7" />
<PackageReference Include="Jellyfin.Controller" Version="10.4.0" />
<PackageReference Include="Jellyfin.Model" Version="10.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c4d3e16

Please sign in to comment.