Migrazione progetto UI a DotNet6

This commit is contained in:
Samuele Locatelli
2021-11-13 11:17:14 +01:00
parent 11dbacf439
commit 26328ff4b2
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>1.1.2111.1310</Version>
<TargetFramework>net6.0</TargetFramework>
<Version>1.1.2111.1311</Version>
<RootNamespace>LiMan.UI</RootNamespace>
<AssemblyName>LiMan.UI</AssemblyName>
</PropertyGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>License Manager</i>
<h4>Versione: 1.1.2111.1310</h4>
<h4>Versione: 1.1.2111.1311</h4>
<br />
Note di rilascio:
<ul>
+1 -1
View File
@@ -1 +1 @@
1.1.2111.1310
1.1.2111.1311
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.1.2111.1310</version>
<version>1.1.2111.1311</version>
<url>https://nexus.steamware.net/repository/SWS/LiMan/stable/LAST/LiMan.UI.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/LiMan/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>