Updated YoutubeExplode to v5
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net46;netstandard2.0</TargetFrameworks>
|
||||
<TargetFrameworks>net461;netstandard2.1</TargetFrameworks>
|
||||
<AssemblyName>YouTube.API</AssemblyName>
|
||||
<RootNamespace>YouTube</RootNamespace>
|
||||
<Company>Michael "XFox" Gordeev</Company>
|
||||
@@ -29,7 +29,7 @@
|
||||
<PackageReference Include="Google.Apis.YouTube.v3" Version="1.45.0.1929" />
|
||||
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
||||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="all" />
|
||||
<PackageReference Include="YoutubeExplode" Version="4.7.16" />
|
||||
<PackageReference Include="YoutubeExplode" Version="5.0.3" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user