[ADD] Added DotBased to solution & added nuget config
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<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" />
|
||||
</ItemGroup>
|
||||
|
||||
|
7
NuGet.Config
Normal file
7
NuGet.Config
Normal 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>
|
@@ -6,4 +6,8 @@
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="DotBased" Version="1.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user