Skip to content

Commit

Permalink
Update Meadow.F7 project to include netstandard.dll (hackhackhackhack…
Browse files Browse the repository at this point in the history
…...hack)
  • Loading branch information
adrianstevens committed Jul 5, 2021
1 parent ea6cce3 commit 6783af5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions source/Meadow.F7/Meadow.F7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageIconUrl>https://github.com/WildernessLabs/Meadow.Foundation/blob/master/Source/icon.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Core</RepositoryUrl>
<PackageTags>Meadow</PackageTags>
<Version>0.23.0</Version>
<Version>0.24.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RootNamespace>Meadow</RootNamespace>
<Nullable>enable</Nullable>
Expand All @@ -20,9 +20,14 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WildernessLabs.Meadow.Assemblies" Version="0.7.0" Condition="'$(TargetFramework)'=='net472'" />
<PackageReference Include="WildernessLabs.Meadow.Assemblies" Version="0.8.*" Condition="'$(TargetFramework)'=='net472'" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Meadow.Core\Meadow.Core.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="netstandard.dll">
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
</ItemGroup>
</Project>
Binary file added source/Meadow.F7/netstandard.dll
Binary file not shown.

0 comments on commit 6783af5

Please sign in to comment.