Skip to content

Commit 22bcd95

Browse files
committed
Grrr
1 parent 0799876 commit 22bcd95

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

ArtNetSharp.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ControlerRDMExample", "Exam
1717
EndProject
1818
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConfigExample", "Examples\ConfigExample\ConfigExample.csproj", "{DF3AFD9A-0629-43C9-AAC6-5EF22728C5E8}"
1919
EndProject
20-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RDMSharp", "..\RDMSharp\RDMSharp\RDMSharp.csproj", "{B8B6AF43-84E1-B0C5-61AF-870EA9D6C85A}"
21-
EndProject
2220
Global
2321
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2422
Debug|Any CPU = Debug|Any CPU
@@ -53,10 +51,6 @@ Global
5351
{DF3AFD9A-0629-43C9-AAC6-5EF22728C5E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
5452
{DF3AFD9A-0629-43C9-AAC6-5EF22728C5E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
5553
{DF3AFD9A-0629-43C9-AAC6-5EF22728C5E8}.Release|Any CPU.Build.0 = Release|Any CPU
56-
{B8B6AF43-84E1-B0C5-61AF-870EA9D6C85A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
57-
{B8B6AF43-84E1-B0C5-61AF-870EA9D6C85A}.Debug|Any CPU.Build.0 = Debug|Any CPU
58-
{B8B6AF43-84E1-B0C5-61AF-870EA9D6C85A}.Release|Any CPU.ActiveCfg = Release|Any CPU
59-
{B8B6AF43-84E1-B0C5-61AF-870EA9D6C85A}.Release|Any CPU.Build.0 = Release|Any CPU
6054
EndGlobalSection
6155
GlobalSection(SolutionProperties) = preSolution
6256
HideSolutionNode = FALSE

ArtNetSharp/ArtNetSharp.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
</ItemGroup>
3434
<ItemGroup>
3535
<PackageReference Include="DMXControlProjects.WellKnownDataTypes" Version="0.0.4" />
36-
<ProjectReference Include="..\..\RDMSharp\RDMSharp\RDMSharp.csproj" />
37-
</ItemGroup>
36+
<PackageReference Include="RDMSharp" Version="0.0.14" />34 </ItemGroup>
3837
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0' Or '$(TargetFramework)' == 'net9.0'">
3938
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.5" />
4039
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.5" />

0 commit comments

Comments
 (0)