version update
This commit is contained in:
parent
a46bccca2a
commit
e0130d7eca
@ -2,7 +2,7 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<TargetFramework>net8.0-windows</TargetFramework>
|
||||
<TargetFramework>net9.0-windows</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<UseWPF>true</UseWPF>
|
||||
@ -20,11 +20,11 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="MahApps.Metro" Version="2.4.10" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.Negotiate" Version="9.0.2" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.Negotiate" Version="9.0.3" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
||||
<PackageReference Include="Npgsql" Version="9.0.3" />
|
||||
<PackageReference Include="PdfPig" Version="0.1.9" />
|
||||
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
|
||||
<PackageReference Include="PdfPig" Version="0.1.10" />
|
||||
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.7" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
7
PrototypWPFHAG/app.config
Normal file
7
PrototypWPFHAG/app.config
Normal file
@ -0,0 +1,7 @@
|
||||
<connectionStrings>
|
||||
<add name="MyConnectionString"
|
||||
providerName="Npgsql"
|
||||
connectionString="Server=127.0.0.1;Port=7854;
|
||||
Database=mydatabase;User Id=admin;Password=123456;" />
|
||||
</connectionStrings>
|
||||
|
Loading…
x
Reference in New Issue
Block a user