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

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno authored Feb 9, 2019
2 parents 0bc5eca + fd6c8ed commit 234a676
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Media.Plugin/Media.Plugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>
<ItemGroup Condition=" '$(Configuration)'=='Release' And '$(OS)' == 'Windows_NT' ">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\nuget\readme.txt" PackagePath="readme.txt" Pack="true" />
<PackageReference Include="Plugin.Permissions" Version="4.0.2-beta" />
<PackageReference Include="Plugin.Permissions" Version="4.0.4-beta" />
<Compile Include="**\Shared\*.cs" />
</ItemGroup>

Expand Down Expand Up @@ -78,6 +78,5 @@
</ItemGroup>
<ItemGroup Condition=" $(TargetFramework.StartsWith('Tizen')) ">
<Compile Include="**\Tizen\*.cs" />
<PackageReference Include="Tizen.NET" Version="4.0.0" />
</ItemGroup>
</Project>

0 comments on commit 234a676

Please sign in to comment.