We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea6934 commit 488d2dfCopy full SHA for 488d2df
Source/Meadow.Foundation.Core/Meadow.Foundation.Core.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Meadow.Sdk/1.1.0">
+<Project Sdk="Meadow.Sdk/1.1.0">
2
<PropertyGroup>
3
<Authors>Wilderness Labs, Inc</Authors>
4
<TargetFramework>netstandard2.1</TargetFramework>
@@ -24,6 +24,6 @@
24
<None Include="..\..\Source\icon.png" Pack="true" PackagePath="" />
25
</ItemGroup>
26
<ItemGroup>
27
- <ProjectReference Include="..\..\..\Meadow.Contracts\Source\Meadow.Contracts\Meadow.Contracts.csproj" />
+ <PackageReference Include="Meadow.Contracts" Version="0.*" />
28
29
</Project>
0 commit comments