Aggiunta preliminare Directory.Packages.props (NON ok...)
This commit is contained in:
Vendored
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
"request": "launch",
|
"request": "launch",
|
||||||
"preLaunchTask": "build",
|
"preLaunchTask": "build",
|
||||||
// If you have changed target frameworks, make sure to update the program path.
|
// If you have changed target frameworks, make sure to update the program path.
|
||||||
"program": "${workspaceFolder}/MP.Stats/bin/Debug/net6.0/MP.Stats.dll",
|
"program": "${workspaceFolder}/MP.Stats/bin/Debug/net8.0/MP.Stats.dll",
|
||||||
"args": [],
|
"args": [],
|
||||||
"cwd": "${workspaceFolder}/MP.Stats",
|
"cwd": "${workspaceFolder}/MP.Stats",
|
||||||
"stopAtEntry": false,
|
"stopAtEntry": false,
|
||||||
|
|||||||
+1
-1
@@ -89,7 +89,7 @@ ExecuteLog "7z x ""$SourceDir\$ZipFile"" "
|
|||||||
|
|
||||||
# step 3 : replica applicazione
|
# step 3 : replica applicazione
|
||||||
Write-Host "START copy step"
|
Write-Host "START copy step"
|
||||||
ExecuteLog "robocopy '$utilDir\publish\net6.0\' '$DestDir' /MIR /Z /LOG:'$logMirror'"
|
ExecuteLog "robocopy '$utilDir\publish\net8.0\' '$DestDir' /MIR /Z /LOG:'$logMirror'"
|
||||||
Write-Host "END copy step"
|
Write-Host "END copy step"
|
||||||
|
|
||||||
# step 4 : riavvio pool
|
# step 4 : riavvio pool
|
||||||
|
|||||||
@@ -0,0 +1,31 @@
|
|||||||
|
<Project>
|
||||||
|
<PropertyGroup>
|
||||||
|
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
||||||
|
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageVersion Include="EgwCoreLib.Razor" Version="1.5.2511.312" />
|
||||||
|
<PackageVersion Include="EgwCoreLib.Utils" Version="1.5.2511.312" />
|
||||||
|
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
|
||||||
|
<PackageVersion Include="NLog" Version="6.1.2" />
|
||||||
|
<PackageVersion Include="NLog.Web.AspNetCore" Version="5.3.14" />
|
||||||
|
<PackageVersion Include="StackExchange.Redis" Version="2.9.17" />
|
||||||
|
<PackageVersion Include="Blazored.LocalStorage" Version="4.5.0" />
|
||||||
|
<PackageVersion Include="Blazored.SessionStorage" Version="2.4.0" />
|
||||||
|
<PackageVersion Include="MailKit" Version="4.16.0" />
|
||||||
|
<PackageVersion Include="Microsoft.AspNetCore.Components" Version="8.0.25" />
|
||||||
|
<PackageVersion Include="Microsoft.AspNetCore.Components.Web" Version="8.0.25" />
|
||||||
|
<PackageVersion Include="Microsoft.AspNetCore.Http.Connections.Common" Version="6.0.36" />
|
||||||
|
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="6.0.36" />
|
||||||
|
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.36">
|
||||||
|
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.36" />
|
||||||
|
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.36" />
|
||||||
|
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.36" />
|
||||||
|
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.1" />
|
||||||
|
<PackageVersion Include="MongoDB.Driver" Version="2.19.0" />
|
||||||
|
<PackageVersion Include="RestSharp" Version="112.0.0" />
|
||||||
|
<PackageVersion Include="SharpZipLib" Version="1.4.2" />
|
||||||
|
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.9.0" />
|
||||||
|
<PackageVersion Include="Yarp.ReverseProxy" Version="2.3.0" />
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
||||||
+1
-1
@@ -1 +1 @@
|
|||||||
6.16.
|
8.16.
|
||||||
Reference in New Issue
Block a user