Skip to content

Commit

Permalink
Moved to .net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
strawberryfield committed Dec 17, 2023
1 parent bb3ed92 commit 8d57e11
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CCDV/CCDV.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<RootNamespace>Casasoft.CCDV.UI</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion Cartella/Cartella.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Casasoft.CCDV</RootNamespace>
<Authors>Roberto Ceccarelli - Casasoft</Authors>
<Product>Casasoft Contemporary Carte de Visite Tools</Product>
Expand Down
2 changes: 1 addition & 1 deletion CreditCard/CreditCard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Casasoft.CCDV</RootNamespace>
<Authors>Roberto Ceccarelli - Casasoft</Authors>
<Product>Casasoft Contemporary Carte de Visite Tools</Product>
Expand Down
2 changes: 1 addition & 1 deletion Cubetti/Cubetti.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>Casasoft.CCDV</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion Flexagon/Flexagon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>Casasoft.CCDV</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion MontaggioDorsi/MontaggioDorsi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Casasoft.CCDV</RootNamespace>
<Authors>Roberto Ceccarelli - Casasoft</Authors>
<Product>Casasoft Contemporary Carte de Visite Tools</Product>
Expand Down
2 changes: 1 addition & 1 deletion MontaggioFoto/MontaggioFoto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Casasoft.CCDV</RootNamespace>
<Authors>Roberto Ceccarelli - Casasoft</Authors>
<Product>Casasoft Contemporary Carte de Visite Tools</Product>
Expand Down
2 changes: 1 addition & 1 deletion Scatola/Scatola.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Casasoft.CCDV</RootNamespace>
<Authors>Roberto Ceccarelli - Casasoft</Authors>
<Product>Casasoft Contemporary Carte de Visite Tools</Product>
Expand Down
2 changes: 1 addition & 1 deletion build_tools/publish.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set pkgname=Casasoft_CCdV
set nuget=C:\Users\rober\.nuget\packages\
set winrar="C:\Program Files\WinRAR\winrar.exe"

set version=23.08.22
set version=23.12.17

@del /S /Q %build%
@del /Q %bin%%pkgname%*.*
Expand Down

0 comments on commit 8d57e11

Please sign in to comment.