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 #36 from xpouyat/dev
Browse files Browse the repository at this point in the history
Formatting
  • Loading branch information
xpouyat authored Dec 21, 2023
2 parents daae414 + 0d3a88c commit 1d5065e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions MK.IO/MK.IO.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<LangVersion>10.0</LangVersion>
Expand All @@ -15,7 +16,7 @@
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/xpouyat/MK.IO/blob/master/README.md</PackageProjectUrl>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.1</FileVersion>
<FileVersion>1.1.0.0</FileVersion>
<Title>A client library for MediaKind MK/IO.</Title>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down Expand Up @@ -69,7 +70,6 @@
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>


<!-- Conditionally obtain references for the netstandard2.1 target -->
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' ">
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
Expand All @@ -79,7 +79,6 @@
<Folder Include="CsharpDotNet2\Model\" />
</ItemGroup>


<ItemGroup>
<None Update="Icon\mkio.png">
<Pack>True</Pack>
Expand Down

0 comments on commit 1d5065e

Please sign in to comment.