Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed Nov 16, 2021
2 parents 5efdd43 + 9d8f705 commit 48607d0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 28 deletions.
6 changes: 2 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Digitalroot.Valheim.Common.Log
Logging for Valheim

[![dotnet package](https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Log/actions/workflows/publish.yml/badge.svg)](https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Log/actions/workflows/publish.yml)
[![CI](https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Log/actions/workflows/ci.yml/badge.svg)](https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Log/actions/workflows/ci.yml)
[![Test Report](https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Log/actions/workflows/test-report.yml/badge.svg)](https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Log/actions/workflows/test-report.yml)
[![Release Drafter](https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Log/actions/workflows/drafter.yml/badge.svg)](https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Log/actions/workflows/drafter.yml)
[![NuGet Release](https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Log/actions/workflows/nuget.release.yml/badge.svg)](https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Log/actions/workflows/nuget.release.yml)

48 changes: 24 additions & 24 deletions src/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<LangVersion>9</LangVersion>
<IsPackable>false</IsPackable>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<VersionPrefix>1.0.0</VersionPrefix>
<RestoreAdditionalProjectSources>
https://nuget.bepinex.dev/v3/index.json;
https://digitalroot-valheim-nuget.s3.us-west-2.amazonaws.com/index.json
</RestoreAdditionalProjectSources>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<LangVersion>9</LangVersion>
<IsPackable>false</IsPackable>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<VersionPrefix>1.0.0</VersionPrefix>
<RestoreAdditionalProjectSources>
https://nuget.bepinex.dev/v3/index.json;
https://digitalroot-valheim-nuget.s3.us-west-2.amazonaws.com/index.json
</RestoreAdditionalProjectSources>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BepInEx.BaseLib" Version="5.4.16" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="NunitXml.TestLogger" Version="3.0.117">
<IncludeAssets>compile</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="BepInEx.BaseLib" Version="5.4.16" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="NunitXml.TestLogger" Version="3.0.117">
<IncludeAssets>compile</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Digitalroot.Valheim.Common.Log\Digitalroot.Valheim.Common.Log.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Digitalroot.Valheim.Common.Log\Digitalroot.Valheim.Common.Log.csproj" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 48607d0

Please sign in to comment.