|
12 | 12 | <PreBuildEvent>
|
13 | 13 | </PreBuildEvent>
|
14 | 14 | <ApplicationIcon>wwwroot\favicon.ico</ApplicationIcon>
|
15 |
| - <Version>0.0.1.3</Version> |
16 |
| - <Copyright>Copyright © 2023</Copyright> |
| 15 | + <Version>0.0.1.4</Version> |
| 16 | + <Copyright>Copyright © 2024</Copyright> |
17 | 17 | <Company />
|
18 | 18 | <Authors />
|
19 |
| - <AssemblyVersion>0.0.1.3</AssemblyVersion> |
20 |
| - <FileVersion>0.0.1.3</FileVersion> |
| 19 | + <AssemblyVersion>0.0.1.4</AssemblyVersion> |
| 20 | + <FileVersion>0.0.1.4</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].44/" "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].52/" "synchronize remote C:\dotnet\projects\kiosk-server\kiosk-server\bin\Release\net8.0\publish /home/pi/kiosk-server/" "exit"" /> |
25 | 25 | </Target>
|
26 | 26 |
|
27 | 27 | <ItemGroup>
|
28 |
| - <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="8.0.0" /> |
29 |
| - <PackageReference Include="Microsoft.AspNetCore.Components.Analyzers" Version="8.0.0" /> |
30 |
| - <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0" /> |
| 28 | + <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="8.0.4" /> |
| 29 | + <PackageReference Include="Microsoft.AspNetCore.Components.Analyzers" Version="8.0.4" /> |
| 30 | + <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.4" /> |
31 | 31 | <PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="8.0.0" />
|
32 |
| - <PackageReference Include="Microsoft.JSInterop" Version="8.0.0" /> |
33 |
| - <PackageReference Include="MudBlazor" Version="6.11.2" /> |
| 32 | + <PackageReference Include="Microsoft.JSInterop" Version="8.0.4" /> |
| 33 | + <PackageReference Include="MudBlazor" Version="6.19.1" /> |
34 | 34 | <PackageReference Include="System.IO.Pipelines" Version="8.0.0" />
|
35 | 35 | </ItemGroup>
|
36 | 36 |
|
|
49 | 49 | <ItemGroup>
|
50 | 50 | <Folder Include="Data\" />
|
51 | 51 | </ItemGroup>
|
| 52 | + |
| 53 | + <ItemGroup> |
| 54 | + <Content Update="wwwroot\css\site.css"> |
| 55 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 56 | + </Content> |
| 57 | + <Content Update="wwwroot\favicon.ico"> |
| 58 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 59 | + </Content> |
| 60 | + <Content Update="wwwroot\icons\apple-touch-icon.png"> |
| 61 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 62 | + </Content> |
| 63 | + <Content Update="wwwroot\icons\browserconfig.xml"> |
| 64 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 65 | + </Content> |
| 66 | + <Content Update="wwwroot\icons\favicon-16x16.png"> |
| 67 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 68 | + </Content> |
| 69 | + <Content Update="wwwroot\icons\favicon-32x32.png"> |
| 70 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 71 | + </Content> |
| 72 | + <Content Update="wwwroot\icons\icon-192.png"> |
| 73 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 74 | + </Content> |
| 75 | + <Content Update="wwwroot\icons\icon-512.png"> |
| 76 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 77 | + </Content> |
| 78 | + <Content Update="wwwroot\icons\mstile-150x150.png"> |
| 79 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 80 | + </Content> |
| 81 | + <Content Update="wwwroot\manifest.json"> |
| 82 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 83 | + </Content> |
| 84 | + </ItemGroup> |
52 | 85 | </Project>
|
0 commit comments