[ADD] Added DotBased to solution & added nuget config

This commit is contained in:
max
2025-08-04 17:04:57 +02:00
parent 3748dd7d58
commit 9489742a95
3 changed files with 14 additions and 0 deletions

View File

@@ -7,6 +7,9 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="DotBased" Version="1.0.0" />
<PackageReference Include="DotBased.Logging.MEL" Version="1.0.0" />
<PackageReference Include="DotBased.Logging.Serilog" Version="1.0.0" />
<PackageReference Include="MudBlazor" Version="8.10.0" /> <PackageReference Include="MudBlazor" Version="8.10.0" />
</ItemGroup> </ItemGroup>

7
NuGet.Config Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="NetzByte Gitea" value="https://git.netzbyte.com/api/packages/max/nuget/index.json" />
</packageSources>
</configuration>

View File

@@ -6,4 +6,8 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<PackageReference Include="DotBased" Version="1.0.0" />
</ItemGroup>
</Project> </Project>