Skip to content

Commit 5e94254

Browse files
authored
Create MyLibrary.csproj
1 parent 1d290bd commit 5e94254

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/MyLibrary/MyLibrary.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<TargetFramework>net8.0</TargetFramework>
4+
<Nullable>enable</Nullable>
5+
<ImplicitUsings>enable</ImplicitUsings>
6+
<!-- Version will be injected at pack time from GitVersion -->
7+
<Description>Example .NET Library</Description>
8+
</PropertyGroup>
9+
</Project>

0 commit comments

Comments
 (0)