ce26cbd1f7
rimessa variabile env Rimesso step publish rieliminato step publish Rimesso step builda da script MSBUILD esterno update naming + yaml modifica sintassi publish rimesso build prima di publish altro test sintassi Aggiunta nel file progetto del runtimeidentifier Update nuget generale x fix compilazione publish in build commentata sezione fix nuget x nuovo test compilazione test sintassi alternativa
22 lines
888 B
XML
22 lines
888 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<RootNamespace>IOB_MAN.Core</RootNamespace>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="EgwCoreLib.Razor" Version="1.5.2504.907" />
|
|
<PackageReference Include="EgwCoreLib.Utils" Version="1.5.2504.907" />
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
<PackageReference Include="NLog" Version="5.5.0" />
|
|
<PackageReference Include="RestSharp" Version="112.1.0" />
|
|
<PackageReference Include="StackExchange.Redis" Version="2.8.41" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|