Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from xpouyat/dev
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
xpouyat authored Dec 20, 2023
2 parents d4b8ae7 + 8c7330a commit 98a939f
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions MK.IO/MK.IO.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net48;net6.0;netstandard2.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks>net48;net6.0;netstandard2.1</TargetFrameworks>
<LangVersion>10.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand All @@ -11,12 +11,12 @@
<Description>A client library for MediaKind MK/IO.</Description>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Version>1.0.14-beta5</Version>
<Version>1.0.14-beta6</Version>
<RepositoryUrl>https://github.com/xpouyat/MK.IO</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/xpouyat/MK.IO/blob/master/README.md</PackageProjectUrl>
<AssemblyVersion>1.0.13.5</AssemblyVersion>
<FileVersion>1.0.13.5</FileVersion>
<AssemblyVersion>1.0.13.6</AssemblyVersion>
<FileVersion>1.0.13.6</FileVersion>
<Title>A client library for MediaKind MK/IO.</Title>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down Expand Up @@ -63,11 +63,6 @@
<PackageReference Include="Microsoft.Net.Http" Version="2.2.29" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>

<!-- Conditionally obtain references for the netstandard2.0 target -->
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>

<!-- Conditionally obtain references for the netstandard2.1 target -->
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' ">
Expand Down

0 comments on commit 98a939f

Please sign in to comment.