From 817367bca840222c9da69a1e0848d50eb09d7e2c Mon Sep 17 00:00:00 2001 From: Jason Curl Date: Thu, 8 Jun 2023 20:27:05 +0200 Subject: [PATCH] SerialPortStream: Fix project file and label for releases --- code/SerialPortStream.csproj | 4 +++- test/SerialPortStream.Virtual/SerialPortStream.Virtual.csproj | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/code/SerialPortStream.csproj b/code/SerialPortStream.csproj index 3045c82..713a09b 100644 --- a/code/SerialPortStream.csproj +++ b/code/SerialPortStream.csproj @@ -1,4 +1,6 @@ - + + + net40;net45;netstandard21 diff --git a/test/SerialPortStream.Virtual/SerialPortStream.Virtual.csproj b/test/SerialPortStream.Virtual/SerialPortStream.Virtual.csproj index 5610ada..4dc7790 100644 --- a/test/SerialPortStream.Virtual/SerialPortStream.Virtual.csproj +++ b/test/SerialPortStream.Virtual/SerialPortStream.Virtual.csproj @@ -32,7 +32,7 @@ true git - release/v$(Version) + release/virt/v$(Version)