|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <Version>0.0.4.0</Version> |
5 | | - <AssemblyVersion>0.0.4.0</AssemblyVersion> |
| 4 | + <Version>0.0.5.0</Version> |
| 5 | + <AssemblyVersion>0.0.5.0</AssemblyVersion> |
6 | 6 | <OutputType>Exe</OutputType> |
7 | | - <TargetFramework>net7.0</TargetFramework> |
| 7 | + <TargetFramework>net8.0</TargetFramework> |
8 | 8 | <ApplicationIcon>Rocket.ico</ApplicationIcon> |
9 | 9 | <Authors>Rene_Schwarzer@hotmail.de</Authors> |
10 | 10 | <StartupObject>WebExpress.App.Program</StartupObject> |
11 | | - <RuntimeIdentifiers>win10-x64;win-arm;linux-arm;ubuntu.14.04-arm;ubuntu.16.04-arm</RuntimeIdentifiers> |
| 11 | + <RuntimeIdentifiers>win-x64;linux-x64;linux-arm;</RuntimeIdentifiers> |
12 | 12 | <RepositoryUrl>https://github.com/ReneSchwarzer/WebExpress.Server</RepositoryUrl> |
13 | 13 | <PackageLicenseExpression>MIT</PackageLicenseExpression> |
14 | 14 | <GeneratePackageOnBuild>False</GeneratePackageOnBuild> |
15 | 15 | </PropertyGroup> |
16 | 16 |
|
17 | 17 | <ItemGroup> |
18 | | - <PackageReference Include="WebExpress.Core" Version="0.0.4-alpha" /> |
19 | | - <PackageReference Include="WebExpress.WebApp" Version="0.0.4-alpha" /> |
20 | | - <PackageReference Include="WebExpress.WebIndex" Version="0.0.4-alpha" /> |
21 | | - <PackageReference Include="WebExpress.WebUI" Version="0.0.4-alpha" /> |
| 18 | + <PackageReference Include="WebExpress.WebApp" Version="0.0.5-alpha" /> |
| 19 | + <PackageReference Include="WebExpress.WebCore" Version="0.0.5-alpha" /> |
| 20 | + <PackageReference Include="WebExpress.WebIndex" Version="0.0.5-alpha" /> |
| 21 | + <PackageReference Include="WebExpress.WebUI" Version="0.0.5-alpha" /> |
22 | 22 | </ItemGroup> |
23 | 23 |
|
24 | 24 | <ItemGroup> |
|
0 commit comments