Skip to content

Commit

Permalink
Nugetize for RC3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed May 6, 2023
1 parent 0e31518 commit d61ff54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
4 changes: 2 additions & 2 deletions Source/Meadow.Contracts/Meadow.Contracts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<None Include="icon.png" Link="icon.png" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Meadow.Logging\Source\Meadow.Logging\lib\Meadow.Logging.csproj" />
<ProjectReference Include="..\..\..\Meadow.Units\Source\Meadow.Units\Meadow.Units.csproj" />
<PackageReference Include="Meadow.Logging" Version="0.*" />
<PackageReference Include="Meadow.Units" Version="0.*" />
</ItemGroup>
</Project>
17 changes: 2 additions & 15 deletions Source/Meadow.Contracts/Meadow.Contracts.sln
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32002.261
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meadow.Contracts", "Meadow.Contracts.csproj", "{8F563423-F926-4C94-9BBD-C76FA3D062EA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EE9F7223-E429-41C1-BF9E-E5BD8FC2308D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meadow.Units", "..\..\..\Meadow.Units\Source\Meadow.Units\Meadow.Units.csproj", "{C5578B4E-75A4-44C9-90E8-7713B128F721}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -21,19 +17,10 @@ Global
{8F563423-F926-4C94-9BBD-C76FA3D062EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F563423-F926-4C94-9BBD-C76FA3D062EA}.Release|Any CPU.Build.0 = Release|Any CPU
{8F563423-F926-4C94-9BBD-C76FA3D062EA}.Release|Any CPU.Deploy.0 = Release|Any CPU
{C5578B4E-75A4-44C9-90E8-7713B128F721}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5578B4E-75A4-44C9-90E8-7713B128F721}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5578B4E-75A4-44C9-90E8-7713B128F721}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{C5578B4E-75A4-44C9-90E8-7713B128F721}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5578B4E-75A4-44C9-90E8-7713B128F721}.Release|Any CPU.Build.0 = Release|Any CPU
{C5578B4E-75A4-44C9-90E8-7713B128F721}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C5578B4E-75A4-44C9-90E8-7713B128F721} = {EE9F7223-E429-41C1-BF9E-E5BD8FC2308D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3D25074E-B941-4A4E-818D-E3CBC59B44AB}
EndGlobalSection
Expand Down

0 comments on commit d61ff54

Please sign in to comment.