diff options
| author | crobibero <cody@robibe.ro> | 2020-11-15 13:31:47 -0700 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-11-15 13:31:47 -0700 |
| commit | 185fac0677fd5c5ce46e5dc8156a852efb3e21c8 (patch) | |
| tree | 4305968a2aa820cc03b0de4479dc2002f05698ba /benches | |
| parent | 2f426dfc97677deffb60420078b20a7f5f03977e (diff) | |
Upgrade all netcore3.1 to net5.0
Diffstat (limited to 'benches')
| -rw-r--r-- | benches/Jellyfin.Common.Benches/Jellyfin.Common.Benches.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benches/Jellyfin.Common.Benches/Jellyfin.Common.Benches.csproj b/benches/Jellyfin.Common.Benches/Jellyfin.Common.Benches.csproj index 47aeed05ef..c564e86e9e 100644 --- a/benches/Jellyfin.Common.Benches/Jellyfin.Common.Benches.csproj +++ b/benches/Jellyfin.Common.Benches/Jellyfin.Common.Benches.csproj @@ -2,7 +2,7 @@ <PropertyGroup> <OutputType>Exe</OutputType> - <TargetFramework>netcoreapp3.1</TargetFramework> + <TargetFramework>net5.0</TargetFramework> </PropertyGroup> <ItemGroup> |
