This repository was archived by the owner on Apr 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +35
-8
lines changed Expand file tree Collapse file tree 4 files changed +35
-8
lines changed Original file line number Diff line number Diff line change 1- # NET6CustomLibrary
1+ # NET6 Custom Library
Original file line number Diff line number Diff line change 1+
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
3- <PropertyGroup >
4- <TargetFramework >net6.0</TargetFramework >
5- <ImplicitUsings >enable</ImplicitUsings >
6- <Nullable >enable</Nullable >
7- </PropertyGroup >
3+ <PropertyGroup >
4+ <TargetFrameworks >net6.0</TargetFrameworks >
5+ <Authors >Angelo Pirola</Authors >
6+ <Product >.NET6 library custom extension</Product >
7+ <Description >dotnet custom extension library</Description >
8+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
9+ <PackageProjectUrl >https://github.com/AngeloDotNet/NET6CustomLibrary</PackageProjectUrl >
10+ <PackageTags >csharp net6 custom extensions library</PackageTags >
11+ <RepositoryType >git</RepositoryType >
12+ <RepositoryUrl >https://github.com/AngeloDotNet/NET6CustomLibrary.git</RepositoryUrl >
13+ <RepositoryBranch >main</RepositoryBranch >
14+ <PackageReadmeFile >README.md</PackageReadmeFile >
15+ </PropertyGroup >
816
9- </Project >
17+ <ItemGroup >
18+ <PackageReference Include =" Nerdbank.GitVersioning" Version =" 3.5.119" >
19+ <PrivateAssets >all</PrivateAssets >
20+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
21+ </PackageReference >
22+ </ItemGroup >
23+
24+ </Project >
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3+ "version" : " 1.0" ,
4+ "publicReleaseRefSpec" : [
5+ " ^refs/heads/main"
6+ ],
7+ "nugetPackageVersion" : {
8+ "semVer" : 2
9+ },
10+ "pathFilters" : [ " ." ]
11+ }
You can’t perform that action at this time.
0 commit comments