mirror of
https://github.com/Biarity/Sieve.git
synced 2025-07-28 05:03:22 +02:00
Add project files.
This commit is contained in:
8
Sieve/Class1.cs
Normal file
8
Sieve/Class1.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
|
||||
namespace Sieve
|
||||
{
|
||||
public class Class1
|
||||
{
|
||||
}
|
||||
}
|
7
Sieve/Sieve.csproj
Normal file
7
Sieve/Sieve.csproj
Normal file
@@ -0,0 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
Reference in New Issue
Block a user