Skip to content

Commit

Permalink
Added next csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiko committed Feb 5, 2024
1 parent 4d6c070 commit 7d721c8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/TransactionContext.Postgres/Class1.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace TransactionContext.Postgres;

public class Class1
{

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

</Project>

0 comments on commit 7d721c8

Please sign in to comment.