We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d290bd commit 5e94254Copy full SHA for 5e94254
src/MyLibrary/MyLibrary.csproj
@@ -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