Skip to content

Commit 328c433

Browse files
committed
again work on release
1 parent 0a6e848 commit 328c433

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535

3636
- name: Build
3737
run: |
38-
dotnet build src/S7CommPlusDriver
39-
dotnet build src/DriverTest
40-
dotnet build src/S7CommPlusGUIBrowser
38+
dotnet build --configuration Release src/S7CommPlusDriver
39+
dotnet build --configuration Release src/DriverTest
40+
dotnet build --configuration Release src/S7CommPlusGUIBrowser
4141
- name: Publish
4242
run: |
43-
dotnet publish src/S7CommPlusDriver
43+
dotnet nuget push src/S7CommPlusDriver/bin/Release/*.nupkg

src/DriverTest/DriverTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net5.0</TargetFrameworks>
3+
<TargetFrameworks>net8.0</TargetFrameworks>
44
<OutputType>Exe</OutputType>
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
</PropertyGroup>

src/S7CommPlusDriver/S7CommPlusDriver.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net5.0</TargetFrameworks>
3+
<TargetFrameworks>net8.0</TargetFrameworks>
44
<OutputType>Library</OutputType>
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
<LangVersion>9.0</LangVersion>

src/S7CommPlusGUIBrowser/S7CommPlusGUIBrowser.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net5.0-windows</TargetFrameworks>
3+
<TargetFrameworks>net8.0-windows</TargetFrameworks>
44
<OutputType>WinExe</OutputType>
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
<UseWindowsForms>true</UseWindowsForms>

0 commit comments

Comments
 (0)