Updated nuget packages
Converted DI project to `Microsoft.NET.Sdk`
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Reflection;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using SPTarkov.DI.Annotations;
|
||||
|
||||
namespace SPTarkov.DI;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Import Project="..\..\Build.props" />
|
||||
<PropertyGroup>
|
||||
<PackageId>SPTarkov.DI</PackageId>
|
||||
|
||||
Reference in New Issue
Block a user