Compare commits
2 commits
b34628b673
...
fb3ca21fe6
Author | SHA1 | Date | |
---|---|---|---|
fb3ca21fe6 | |||
f749ae2058 |
3 changed files with 12 additions and 0 deletions
3
PacketMediator.Samples/Program.cs
Normal file
3
PacketMediator.Samples/Program.cs
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
// Licensed to Timothy Schenk under the Apache 2.0 License.
|
||||||
|
|
||||||
|
Console.WriteLine("Hello World!");
|
8
PacketMediator.Samples/Sample.cs
Normal file
8
PacketMediator.Samples/Sample.cs
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
// Licensed to Timothy Schenk under the Apache 2.0 License.
|
||||||
|
|
||||||
|
namespace PacketMediator.Samples;
|
||||||
|
|
||||||
|
public class Sample
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
|
@ -20,6 +20,7 @@
|
||||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
<IncludeSymbols>true</IncludeSymbols>
|
<IncludeSymbols>true</IncludeSymbols>
|
||||||
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
||||||
|
<WarningsAsErrors>Nullable</WarningsAsErrors>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Loading…
Reference in a new issue