We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ada89 commit 5fa58a5Copy full SHA for 5fa58a5
2 files changed
deployment/VL.Devices.Moncha.nuspec
@@ -3,7 +3,7 @@
3
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
4
<metadata>
5
<id>VL.Devices.Moncha</id>
6
- <version>0.0.7-alpha</version>
+ <version>0.0.8-alpha</version>
7
<title>VL.Devices.Moncha</title>
8
<authors>vvvv, colorsound</authors>
9
<projectUrl>https://github.com/vvvv/VL.Devices.Moncha</projectUrl>
src/MonchaMiddleware32/MonchaMiddleware32.csproj
@@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
<Platforms>x86</Platforms>
10
- <Platform>x86</Platform>
+ <PlatformTarget>x86</PlatformTarget>
11
<OutputPath>..\..\lib</OutputPath>
12
</PropertyGroup>
13
0 commit comments