diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml
index b44eabf..53b18e4 100644
--- a/.github/workflows/dotnet-desktop.yml
+++ b/.github/workflows/dotnet-desktop.yml
@@ -19,10 +19,11 @@ jobs:
env:
Solution_Name: Acrolinx.Demo.Sidebar.Net.sln
+ NUGET_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
with:
fetch-depth: 0
@@ -37,7 +38,7 @@ jobs:
# Install the .NET Core workload
- name: Install .NET Core
- uses: actions/setup-dotnet@v2
+ uses: actions/setup-dotnet@v3
with:
dotnet-version: 5.0.x
@@ -51,10 +52,11 @@ jobs:
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
- - name: Set up JDK 11 - required by sonar
- uses: actions/setup-java@v1
+ - name: Setup Java - required by sonar
+ uses: actions/setup-java@v3
with:
- java-version: 1.11
+ java-version: '17'
+ distribution: 'temurin'
- name: Set version from tag name
if: startsWith(github.ref,'refs/tags/v')
@@ -63,7 +65,6 @@ jobs:
- name: begin sonar
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
run: sonar-msbuild\SonarScanner.MSBuild.exe begin /o:"acrolinx" /k:"acrolinx_acrolinx-sidebar-demo-dotnet" /d:sonar.token=$env:SONAR_TOKEN /d:sonar.host.url="https://sonarcloud.io"
@@ -77,7 +78,6 @@ jobs:
- name: end sonar
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
run: sonar-msbuild\SonarScanner.MSBuild.exe end /d:sonar.token=$env:SONAR_TOKEN
diff --git a/.gitignore b/.gitignore
index 9977ba3..31f7e08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ download
# Eclipse
.project
+Acrolinx.Demo.Sidebar/runtimes/
diff --git a/Acrolinx.Demo.Sidebar.Net.sln b/Acrolinx.Demo.Sidebar.Net.sln
index 031216f..de2ac37 100644
--- a/Acrolinx.Demo.Sidebar.Net.sln
+++ b/Acrolinx.Demo.Sidebar.Net.sln
@@ -8,13 +8,19 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
+ Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
+ Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{41FA1FDD-2E94-45D4-808F-DC8E611F3DEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41FA1FDD-2E94-45D4-808F-DC8E611F3DEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {41FA1FDD-2E94-45D4-808F-DC8E611F3DEE}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {41FA1FDD-2E94-45D4-808F-DC8E611F3DEE}.Debug|x86.Build.0 = Debug|Any CPU
{41FA1FDD-2E94-45D4-808F-DC8E611F3DEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41FA1FDD-2E94-45D4-808F-DC8E611F3DEE}.Release|Any CPU.Build.0 = Release|Any CPU
+ {41FA1FDD-2E94-45D4-808F-DC8E611F3DEE}.Release|x86.ActiveCfg = Release|Any CPU
+ {41FA1FDD-2E94-45D4-808F-DC8E611F3DEE}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Acrolinx.Demo.Sidebar/Acrolinx.Demo.Sidebar.csproj b/Acrolinx.Demo.Sidebar/Acrolinx.Demo.Sidebar.csproj
index a31c9b3..e6f9acd 100644
--- a/Acrolinx.Demo.Sidebar/Acrolinx.Demo.Sidebar.csproj
+++ b/Acrolinx.Demo.Sidebar/Acrolinx.Demo.Sidebar.csproj
@@ -9,10 +9,12 @@
Properties
Acrolinx.Demo.Sidebar
Acrolinx.Demo.Sidebar
- v4.5
+ v4.8
512
0
+
+
AnyCPU
@@ -81,24 +83,39 @@
acrolinx.ico
-
- ..\packages\Acrolinx.Sidebar.1.1.8.1220\lib\net45\Acrolinx.Sidebar.dll
+
+ ..\packages\Acrolinx.Sidebar.2.0.0.1380\lib\net472\Acrolinx.Sidebar.dll
-
- ..\packages\Diff.Match.Patch.2.1.0\lib\net45\Diff.Match.Patch.dll
+
+ ..\packages\Diff.Match.Patch.3.0.1\lib\netstandard2.0\Diff.Match.Patch.dll
-
- ..\packages\FSharp.Core.4.7.2\lib\net45\FSharp.Core.dll
+
+ ..\packages\FSharp.Core.5.0.0\lib\netstandard2.0\FSharp.Core.dll
-
- ..\packages\log4net.2.0.14\lib\net45\log4net.dll
+
+ ..\packages\log4net.2.0.15\lib\net45\log4net.dll
+
+
+ ..\packages\Microsoft.Web.WebView2.1.0.2151.40\lib\net45\Microsoft.Web.WebView2.Core.dll
+
+
+ ..\packages\Microsoft.Web.WebView2.1.0.2151.40\lib\net45\Microsoft.Web.WebView2.WinForms.dll
+
+
+ ..\packages\Microsoft.Web.WebView2.1.0.2151.40\lib\net45\Microsoft.Web.WebView2.Wpf.dll
- ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll
+ ..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll
+
+
+ ..\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll
+ True
+ True
+
@@ -134,6 +151,7 @@
MultiSample.cs
+ Designer
ResXFileCodeGenerator
@@ -150,6 +168,7 @@
SimpleSample.cs
+ Designer
Designer
@@ -170,13 +189,20 @@
-
- Always
-
+
+
+
+
+
+
+ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
+
+
+