modifica csproj x nuget pack

This commit is contained in:
Samuele Locatelli
2025-07-22 18:20:20 +02:00
parent 71e83eda53
commit e3627bdd64
2 changed files with 10 additions and 2 deletions
+8
View File
@@ -1,10 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>EgwCoreLib.Lux.Data</PackageId>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.9.2507.2218</Version>
<Authors>S.E. Locatelli</Authors>
<Company>EgalWare</Company>
<Description>Libreria componenti accesso dati per LUX</Description>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>Prima versione</releaseNotes>
<copyright>2025+ EgalWare</copyright>
<tags>EgwCoreLib Lux</tags>
</PropertyGroup>
<ItemGroup>
@@ -6,12 +6,12 @@
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<SiteUrlToLaunchAfterPublish>https://iis01.egalware.com/Lux/UI/</SiteUrlToLaunchAfterPublish>
<SiteUrlToLaunchAfterPublish>https://iis01.egalware.com/lux/ui/</SiteUrlToLaunchAfterPublish>
<ExcludeApp_Data>false</ExcludeApp_Data>
<ProjectGuid>a3b8fae0-3bad-4402-b4d9-26dd9cb777e5</ProjectGuid>
<SelfContained>false</SelfContained>
<MSDeployServiceURL>https://IIS01.egalware.com:8172/MsDeploy.axd</MSDeployServiceURL>
<DeployIisAppPath>Default Web Site/Lux/UI</DeployIisAppPath>
<DeployIisAppPath>Default Web Site/lux/ui</DeployIisAppPath>
<RemoteSitePhysicalPath />
<SkipExtraFilesOnServer>true</SkipExtraFilesOnServer>
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>