Skip to content

Commit

Permalink
Release 1.4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Nov 1, 2023
1 parent 870c336 commit d8936b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
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="*" />
</ItemGroup>
</Project>

0 comments on commit d8936b2

Please sign in to comment.