Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main #38

Closed
wants to merge 13 commits into from
9 changes: 0 additions & 9 deletions src/Meadow.Modbus.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meadow.Modbus.Unit.Tests",
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_refs", "_refs", "{F3A19D25-32FB-4420-B50D-220C86E5F8A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meadow.Contracts", "..\..\Meadow.Contracts\Source\Meadow.Contracts\Meadow.Contracts.csproj", "{B2CE678E-2C35-490E-B311-8401567D8ABA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -29,18 +27,11 @@ Global
{E6F3EFB2-C8E9-4F7B-826D-79DC3AB5BDD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6F3EFB2-C8E9-4F7B-826D-79DC3AB5BDD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6F3EFB2-C8E9-4F7B-826D-79DC3AB5BDD2}.Release|Any CPU.Build.0 = Release|Any CPU
{B2CE678E-2C35-490E-B311-8401567D8ABA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2CE678E-2C35-490E-B311-8401567D8ABA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2CE678E-2C35-490E-B311-8401567D8ABA}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{B2CE678E-2C35-490E-B311-8401567D8ABA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2CE678E-2C35-490E-B311-8401567D8ABA}.Release|Any CPU.Build.0 = Release|Any CPU
{B2CE678E-2C35-490E-B311-8401567D8ABA}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B2CE678E-2C35-490E-B311-8401567D8ABA} = {F3A19D25-32FB-4420-B50D-220C86E5F8A0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5FCB68E9-82F3-44F9-BF93-D9A8F55D7F9E}
Expand Down
2 changes: 1 addition & 1 deletion src/Meadow.Modbus/Meadow.Modbus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
<PackageReference Include="System.IO.Ports" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Meadow.Contracts\Source\Meadow.Contracts\Meadow.Contracts.csproj" />
<PackageReference Include="Meadow.Contracts" Version="1.6.0" />
</ItemGroup>
</Project>
Loading