From 2b897a0fac8afda4f27f5612bc228e5a3e43d41b Mon Sep 17 00:00:00 2001 From: Henk-Jan Lebbink Date: Fri, 6 Oct 2023 14:36:56 +0200 Subject: [PATCH] update tests, versions updated --- VS/CSHARP/asm-annotate/asm-annotate.csproj | 1 - VS/CSHARP/asm-sim-tests/asm-sim-tests.csproj | 11 +++++++---- .../asm-tools-lib-net48/asm-tools-lib-net48.csproj | 2 +- VS/CSHARP/asm-tools-lib/asm-tools-lib.csproj | 2 +- VS/CSHARP/asm-tools-tests/asm-tools-tests.csproj | 11 +++++++---- 5 files changed, 16 insertions(+), 11 deletions(-) diff --git a/VS/CSHARP/asm-annotate/asm-annotate.csproj b/VS/CSHARP/asm-annotate/asm-annotate.csproj index 072f3442..d1a85365 100644 --- a/VS/CSHARP/asm-annotate/asm-annotate.csproj +++ b/VS/CSHARP/asm-annotate/asm-annotate.csproj @@ -26,7 +26,6 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - diff --git a/VS/CSHARP/asm-sim-tests/asm-sim-tests.csproj b/VS/CSHARP/asm-sim-tests/asm-sim-tests.csproj index eb63c314..33fd2b0e 100644 --- a/VS/CSHARP/asm-sim-tests/asm-sim-tests.csproj +++ b/VS/CSHARP/asm-sim-tests/asm-sim-tests.csproj @@ -11,10 +11,13 @@ - - - - + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/VS/CSHARP/asm-tools-lib-net48/asm-tools-lib-net48.csproj b/VS/CSHARP/asm-tools-lib-net48/asm-tools-lib-net48.csproj index cc0c7dde..3bd072e7 100644 --- a/VS/CSHARP/asm-tools-lib-net48/asm-tools-lib-net48.csproj +++ b/VS/CSHARP/asm-tools-lib-net48/asm-tools-lib-net48.csproj @@ -153,7 +153,7 @@ - 4.5.0 + 4.7.0 diff --git a/VS/CSHARP/asm-tools-lib/asm-tools-lib.csproj b/VS/CSHARP/asm-tools-lib/asm-tools-lib.csproj index 7ffc8414..37834f02 100644 --- a/VS/CSHARP/asm-tools-lib/asm-tools-lib.csproj +++ b/VS/CSHARP/asm-tools-lib/asm-tools-lib.csproj @@ -10,7 +10,7 @@ - + diff --git a/VS/CSHARP/asm-tools-tests/asm-tools-tests.csproj b/VS/CSHARP/asm-tools-tests/asm-tools-tests.csproj index 62ab64ca..1c1eb3f2 100644 --- a/VS/CSHARP/asm-tools-tests/asm-tools-tests.csproj +++ b/VS/CSHARP/asm-tools-tests/asm-tools-tests.csproj @@ -11,10 +11,13 @@ - - - - + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +