14 lines
315 B
XML
14 lines
315 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<Description>Telenor TFTP Server Module
|
|
|
|
A simple TFTP server library module for use within the .NET platform.
|
|
|
|
</Description>
|
|
<Copyright>2019 Telenor AS</Copyright>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|