3 Commits
0.2.0 ... main

Author SHA1 Message Date
f41b2ae005 Modifiche database di esempio per compatibilità 2025-12-04 09:23:17 +01:00
64fa9e1823 Aggiunta campo "Note" 2025-12-04 09:22:47 +01:00
cf175649a0 Passaggio a profilo HTTPS in ambiente dev 2025-12-04 09:22:00 +01:00
3 changed files with 2 additions and 1 deletions

View File

@@ -5,5 +5,6 @@
public int Id { get; set; }
public string Nome { get; set; } = string.Empty;
public decimal Prezzo { get; set; }
public string Note { get; set; } = string.Empty;
}
}

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ActiveDebugProfile>http</ActiveDebugProfile>
<ActiveDebugProfile>https</ActiveDebugProfile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>

Binary file not shown.