feat: initial project commit
All checks were successful
dotnet publish / package (8.0) (push) Successful in 37s
All checks were successful
dotnet publish / package (8.0) (push) Successful in 37s
This commit is contained in:
commit
ca9f290d44
40 changed files with 3677 additions and 0 deletions
14
src/Results/Results.csproj
Normal file
14
src/Results/Results.csproj
Normal file
|
@ -0,0 +1,14 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<InternalsVisibleTo Include="$(AssemblyName).Tests" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include=".\package-readme.md" Pack="true" PackagePath="\" />
|
||||
<None Include="Project.props" Pack="true" PackagePath="build\$(AssemblyName).props" />
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue