Cleanup dependencies

master
Harald Wolff 2023-08-14 10:07:38 +02:00
parent 5863289947
commit d30f8c6576
3 changed files with 11 additions and 17 deletions

View File

@ -8,12 +8,11 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\ln.bootstrap\ln.bootstrap\ln.bootstrap.csproj" />
<ProjectReference Include="..\ln.templates\ln.templates.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ln.bootstrap" Version="1.4.0" />
<PackageReference Include="ln.bootstrap" Version="1.5.0-preview0" />
<PackageReference Include="ln.http" Version="0.9.7-test0" />
<PackageReference Include="ln.json" Version="1.2.4" />
<PackageReference Include="PuppeteerSharp" Version="10.1.2" />
@ -47,6 +46,15 @@
<None Update="storage\templates\blocks\address.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="storage\templates\blocks\orderlines.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="storage\resources\css\default.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="storage\resources\css\reset.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>

View File

@ -11,8 +11,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ln.http.templates", "ln.htt
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ln.templates.service", "ln.templates.service\ln.templates.service.csproj", "{D5D381D5-9EF4-4B27-A983-FD6134FA9E08}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ln.bootstrap", "..\ln.bootstrap\ln.bootstrap\ln.bootstrap.csproj", "{9A2C87C9-3180-4E80-8E0A-581CF2F6ABB1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -74,17 +72,5 @@ Global
{D5D381D5-9EF4-4B27-A983-FD6134FA9E08}.Release|x64.Build.0 = Release|Any CPU
{D5D381D5-9EF4-4B27-A983-FD6134FA9E08}.Release|x86.ActiveCfg = Release|Any CPU
{D5D381D5-9EF4-4B27-A983-FD6134FA9E08}.Release|x86.Build.0 = Release|Any CPU
{9A2C87C9-3180-4E80-8E0A-581CF2F6ABB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A2C87C9-3180-4E80-8E0A-581CF2F6ABB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A2C87C9-3180-4E80-8E0A-581CF2F6ABB1}.Debug|x64.ActiveCfg = Debug|Any CPU
{9A2C87C9-3180-4E80-8E0A-581CF2F6ABB1}.Debug|x64.Build.0 = Debug|Any CPU
{9A2C87C9-3180-4E80-8E0A-581CF2F6ABB1}.Debug|x86.ActiveCfg = Debug|Any CPU
{9A2C87C9-3180-4E80-8E0A-581CF2F6ABB1}.Debug|x86.Build.0 = Debug|Any CPU
{9A2C87C9-3180-4E80-8E0A-581CF2F6ABB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A2C87C9-3180-4E80-8E0A-581CF2F6ABB1}.Release|Any CPU.Build.0 = Release|Any CPU
{9A2C87C9-3180-4E80-8E0A-581CF2F6ABB1}.Release|x64.ActiveCfg = Release|Any CPU
{9A2C87C9-3180-4E80-8E0A-581CF2F6ABB1}.Release|x64.Build.0 = Release|Any CPU
{9A2C87C9-3180-4E80-8E0A-581CF2F6ABB1}.Release|x86.ActiveCfg = Release|Any CPU
{9A2C87C9-3180-4E80-8E0A-581CF2F6ABB1}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal

View File

@ -16,7 +16,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Jint" Version="3.0.0-preview-288" />
<PackageReference Include="Jint" Version="3.0.0-beta-2050" />
<PackageReference Include="Net.Codecrete.QrCodeGenerator" Version="2.0.3" />
</ItemGroup>