Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Berkay authored and Berkay committed Dec 28, 2020
1 parent fa7a8af commit 60437d0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions NextLevel.Dapper.Repository/NextLevel.Dapper.Repository.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>DapperRepository</PackageId>
<Version>1.0.0</Version>
<Authors>Berkay Yerdelen</Authors>
<Company>NONE</Company>
<Description>Dapper repository imo</Description>
<RepositoryUrl>https://github.com/berkayyerdelen/NextLevel.Dapper.Repository</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.35" />
Expand Down
14 changes: 14 additions & 0 deletions NextLevel.Dapper.Repository/Program.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace NextLevel.Dapper.Repository
{
public static class Program
{
public static void Main(string[] args)
{

}
}
}

0 comments on commit 60437d0

Please sign in to comment.