Harrison Deng
ced027da17
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit
12 lines
253 B
XML
12 lines
253 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|