|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.Web">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <TargetFramework>net8.0</TargetFramework> |
| 4 | + <TargetFramework>net9.0</TargetFramework> |
5 | 5 | <Nullable>enable</Nullable>
|
6 | 6 | <ImplicitUsings>enable</ImplicitUsings>
|
7 | 7 | <RootNamespace>kiosk_server</RootNamespace>
|
|
12 | 12 | <PreBuildEvent>
|
13 | 13 | </PreBuildEvent>
|
14 | 14 | <ApplicationIcon>wwwroot\favicon.ico</ApplicationIcon>
|
15 |
| - <Version>0.0.1.4</Version> |
| 15 | + <Version>0.0.1.6</Version> |
16 | 16 | <Copyright>Copyright © 2024</Copyright>
|
17 | 17 | <Company />
|
18 | 18 | <Authors />
|
19 |
| - <AssemblyVersion>0.0.1.4</AssemblyVersion> |
20 |
| - <FileVersion>0.0.1.4</FileVersion> |
| 19 | + <AssemblyVersion>0.0.1.6</AssemblyVersion> |
| 20 | + <FileVersion>0.0.1.6</FileVersion> |
21 | 21 | </PropertyGroup>
|
22 | 22 |
|
23 | 23 | <Target Name="PiCopy" AfterTargets="AfterPublish">
|
24 |
| - < Exec Command= ""C:\Program Files (x86)\WinSCP\WinSCP.com" /command "open sftp://pi:[email protected]/" "synchronize remote C:\dotnet\projects\kiosk-server\kiosk-server\bin\Release\net8.0\publish /home/pi/kiosk-server/" "exit"" /> |
| 24 | + < Exec Command= ""C:\Program Files (x86)\WinSCP\WinSCP.com" /command "open sftp://pi:[email protected]/" "synchronize remote C:\dotnet\projects\kiosk-server\kiosk-server\bin\Release\net9.0\publish /home/pi/kiosk-server/" "exit"" /> |
25 | 25 | </Target>
|
26 | 26 |
|
27 | 27 | <ItemGroup>
|
28 |
| - <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="8.0.8" /> |
29 |
| - <PackageReference Include="Microsoft.AspNetCore.Components.Analyzers" Version="8.0.8" /> |
30 |
| - <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.8" /> |
31 |
| - <PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="8.0.0" /> |
32 |
| - <PackageReference Include="Microsoft.JSInterop" Version="8.0.8" /> |
33 |
| - <PackageReference Include="MudBlazor" Version="7.8.0" /> |
34 |
| - <PackageReference Include="System.IO.Pipelines" Version="8.0.0" /> |
| 28 | + <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="9.0.0" /> |
| 29 | + <PackageReference Include="Microsoft.AspNetCore.Components.Analyzers" Version="9.0.0" /> |
| 30 | + <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.0" /> |
| 31 | + <PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="9.0.0" /> |
| 32 | + <PackageReference Include="Microsoft.JSInterop" Version="9.0.0" /> |
| 33 | + <PackageReference Include="MudBlazor" Version="7.15.0" /> |
| 34 | + <PackageReference Include="System.IO.Pipelines" Version="9.0.0" /> |
35 | 35 | </ItemGroup>
|
36 | 36 |
|
37 | 37 | <ItemGroup>
|
|
0 commit comments