Skip to content

Commit f2efe6d

Browse files
authored
Merge pull request #1 from DMXControl/dependabot/nuget/StreamDeck-dmxc3-Plugin/3.3/StreamDeckSharp-6.0.0
Bump StreamDeckSharp from 5.0.0 to 6.0.0 in /StreamDeck-dmxc3-Plugin
2 parents 6f98897 + 77b2f7f commit f2efe6d

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed
Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<TargetFramework>netstandard2.0</TargetFramework>
4-
<LangVersion>9</LangVersion>
5-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
6-
</PropertyGroup>
7-
<PropertyGroup>
8-
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
9-
</PropertyGroup>
10-
<PropertyGroup>
11-
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
12-
</PropertyGroup>
13-
<ItemGroup>
14-
<PackageReference Include="StreamDeckSharp" Version="5.0.0" />
15-
</ItemGroup>
16-
<ItemGroup>
17-
<Reference Include="LumosLIB">
18-
<HintPath Condition="Exists('..\..\Lumos\3.3\LumosLIB\bin\Debug\netstandard2.0')">..\..\Lumos\3.3\LumosLIB\bin\Debug\netstandard2.0\LumosLIB.dll</HintPath>
19-
<HintPath Condition="Exists('..\..\Lumos\LumosLIB\bin\Debug\netstandard2.0')">..\..\Lumos\LumosLIB\bin\Debug\netstandard2.0\LumosLIB.dll</HintPath>
20-
<HintPath Condition="Exists('..\dep')">..\dep\LumosLIB.dll</HintPath>
21-
<Private>True</Private>
22-
</Reference>
23-
<Reference Include="LumosProtobuf">
24-
<HintPath Condition="Exists('..\..\Lumos\3.3\LumosProtobuf\bin\Debug\netstandard2.0')">..\..\Lumos\3.3\LumosProtobuf\bin\Debug\netstandard2.0\LumosProtobuf.dll</HintPath>
25-
<HintPath Condition="Exists('..\..\Lumos\LumosProtobuf\bin\Debug\netstandard2.0')">..\..\Lumos\LumosProtobuf\bin\Debug\netstandard2.0\LumosProtobuf.dll</HintPath>
26-
<HintPath Condition="Exists('..\dep')">..\dep\LumosProtobuf.dll</HintPath>
27-
<Private>True</Private>
28-
</Reference>
29-
<Reference Include="LumosToolsLIB">
30-
<HintPath Condition="Exists('..\..\Lumos\3.3\LumosToolsLIB\bin\Debug\netstandard2.0')">..\..\Lumos\3.3\LumosToolsLIB\bin\Debug\netstandard2.0\LumosToolsLIB.dll</HintPath>
31-
<HintPath Condition="Exists('..\..\Lumos\LumosToolsLIB\bin\Debug\netstandard2.0')">..\..\Lumos\LumosToolsLIB\bin\Debug\netstandard2.0\LumosToolsLIB.dll</HintPath>
32-
<HintPath Condition="Exists('..\dep')">..\dep\LumosToolsLIB.dll</HintPath>
33-
<Private>True</Private>
34-
</Reference>
35-
</ItemGroup>
36-
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
37-
<Exec Command="xcopy &quot;$(TargetPath)&quot; &quot;$(ProjectDir)..\Releases\&quot; /F /R /Y /I&#xD;&#xA;xcopy &quot;$(TargetDir)$(TargetName).pdb&quot; &quot;$(ProjectDir)..\Releases\&quot; /F /R /Y /I&#xD;&#xA;&#xD;&#xA;rem copy the dependencies to build\dep&#xD;&#xA;xcopy &quot;$(TargetDir)\StreamDeckSharp.dll&quot; &quot;$(ProjectDir)..\Releases\dependencies\&quot; /F /R /Y /I&#xD;&#xA;xcopy &quot;$(TargetDir)\OpenMacroBoard.SDK.dll&quot; &quot;$(ProjectDir)..\Releases\dependencies\&quot; /F /R /Y /I&#xD;&#xA;xcopy &quot;$(TargetDir)\SixLabors.ImageSharp.dll&quot; &quot;$(ProjectDir)..\Releases\dependencies\&quot; /F /R /Y /I&#xD;&#xA;xcopy &quot;$(TargetDir)\HidSharp.dll&quot; &quot;$(ProjectDir)..\Releases\dependencies\&quot; /F /R /Y /I" />
38-
</Target>
39-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<TargetFramework>netstandard2.0</TargetFramework>
4+
<LangVersion>9</LangVersion>
5+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
6+
</PropertyGroup>
7+
<PropertyGroup>
8+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
9+
</PropertyGroup>
10+
<PropertyGroup>
11+
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
12+
</PropertyGroup>
13+
<ItemGroup>
14+
<PackageReference Include="StreamDeckSharp" Version="6.0.0" />
15+
</ItemGroup>
16+
<ItemGroup>
17+
<Reference Include="LumosLIB">
18+
<HintPath Condition="Exists('..\..\Lumos\3.3\LumosLIB\bin\Debug\netstandard2.0')">..\..\Lumos\3.3\LumosLIB\bin\Debug\netstandard2.0\LumosLIB.dll</HintPath>
19+
<HintPath Condition="Exists('..\..\Lumos\LumosLIB\bin\Debug\netstandard2.0')">..\..\Lumos\LumosLIB\bin\Debug\netstandard2.0\LumosLIB.dll</HintPath>
20+
<HintPath Condition="Exists('..\dep')">..\dep\LumosLIB.dll</HintPath>
21+
<Private>True</Private>
22+
</Reference>
23+
<Reference Include="LumosProtobuf">
24+
<HintPath Condition="Exists('..\..\Lumos\3.3\LumosProtobuf\bin\Debug\netstandard2.0')">..\..\Lumos\3.3\LumosProtobuf\bin\Debug\netstandard2.0\LumosProtobuf.dll</HintPath>
25+
<HintPath Condition="Exists('..\..\Lumos\LumosProtobuf\bin\Debug\netstandard2.0')">..\..\Lumos\LumosProtobuf\bin\Debug\netstandard2.0\LumosProtobuf.dll</HintPath>
26+
<HintPath Condition="Exists('..\dep')">..\dep\LumosProtobuf.dll</HintPath>
27+
<Private>True</Private>
28+
</Reference>
29+
<Reference Include="LumosToolsLIB">
30+
<HintPath Condition="Exists('..\..\Lumos\3.3\LumosToolsLIB\bin\Debug\netstandard2.0')">..\..\Lumos\3.3\LumosToolsLIB\bin\Debug\netstandard2.0\LumosToolsLIB.dll</HintPath>
31+
<HintPath Condition="Exists('..\..\Lumos\LumosToolsLIB\bin\Debug\netstandard2.0')">..\..\Lumos\LumosToolsLIB\bin\Debug\netstandard2.0\LumosToolsLIB.dll</HintPath>
32+
<HintPath Condition="Exists('..\dep')">..\dep\LumosToolsLIB.dll</HintPath>
33+
<Private>True</Private>
34+
</Reference>
35+
</ItemGroup>
36+
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
37+
<Exec Command="xcopy &quot;$(TargetPath)&quot; &quot;$(ProjectDir)..\Releases\&quot; /F /R /Y /I&#xD;&#xA;xcopy &quot;$(TargetDir)$(TargetName).pdb&quot; &quot;$(ProjectDir)..\Releases\&quot; /F /R /Y /I&#xD;&#xA;&#xD;&#xA;rem copy the dependencies to build\dep&#xD;&#xA;xcopy &quot;$(TargetDir)\StreamDeckSharp.dll&quot; &quot;$(ProjectDir)..\Releases\dependencies\&quot; /F /R /Y /I&#xD;&#xA;xcopy &quot;$(TargetDir)\OpenMacroBoard.SDK.dll&quot; &quot;$(ProjectDir)..\Releases\dependencies\&quot; /F /R /Y /I&#xD;&#xA;xcopy &quot;$(TargetDir)\SixLabors.ImageSharp.dll&quot; &quot;$(ProjectDir)..\Releases\dependencies\&quot; /F /R /Y /I&#xD;&#xA;xcopy &quot;$(TargetDir)\HidSharp.dll&quot; &quot;$(ProjectDir)..\Releases\dependencies\&quot; /F /R /Y /I" />
38+
</Target>
39+
</Project>

0 commit comments

Comments
 (0)