From 008e22709a1b41d10111db667ca408c584b0dab4 Mon Sep 17 00:00:00 2001 From: Michael Klein Date: Fri, 28 Nov 2025 08:21:18 +0100 Subject: [PATCH] Initial Commit --- .drone.yml | 4 ++-- Product.wxs | 4 ++-- Setup.wixproj | 6 +++--- SlucovaniRozpisek.csproj | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 38742d3..2c6ab9b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: default steps: - name: build - image: mcr.microsoft.com/dotnet/sdk:9.0 + image: mcr.microsoft.com/dotnet/sdk:10.0 commands: - dotnet build --configuration Release SlucovaniRozpisek.csproj @@ -11,7 +11,7 @@ steps: image: git.ivasoft.cz/sw/docker-wine-dotnet commands: - wine tlbexp.exe bin/Release/net472/SlucovaniRozpisek.dll /out:bin/Release/net472/SlucovaniRozpisek.tlb - - wine Eazfuscator.NET.exe bin/Release/net9.0-windows/SlucovaniRozpisek.dll -k key.snk -n --newline-flush + - wine Eazfuscator.NET.exe bin/Release/net10.0-windows/SlucovaniRozpisek.dll -k key.snk -n --newline-flush # HACK Second build is success as first invocation fails # dotnet exec msi validate - - + + diff --git a/Setup.wixproj b/Setup.wixproj index 908534f..80dbcc3 100644 --- a/Setup.wixproj +++ b/Setup.wixproj @@ -1,6 +1,6 @@  - net9.0-windows + net10.0-windows true false false @@ -18,12 +18,12 @@ true - bin\Debug\net9.0-windows + bin\Debug\net10.0-windows obj\$(Configuration)\ Debug; - bin\Release\net9.0-windows + bin\Release\net10.0-windows obj\$(Configuration)\ diff --git a/SlucovaniRozpisek.csproj b/SlucovaniRozpisek.csproj index d718f63..c40d87e 100644 --- a/SlucovaniRozpisek.csproj +++ b/SlucovaniRozpisek.csproj @@ -3,7 +3,7 @@ WinExe Library - net9.0-windows;net472 + net10.0-windows;net472 false SlucovaniRozpisek enable