File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
src/Prefab/templates/prefab Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1- mode : ContinuousDelivery
2- commit-message-incrementing : Disabled
1+ workflow : GitHubFlow/v1
Original file line number Diff line number Diff line change 1- mode : ContinuousDelivery
2- commit-message-incrementing : Disabled
1+ workflow : GitHubFlow/v1
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net6 .0</TargetFrameworks >
4+ <TargetFrameworks >net8 .0</TargetFrameworks >
55 <LangVersion >latest</LangVersion >
66 <ImplicitUsings >enable</ImplicitUsings >
7+ <Nullable >enable</Nullable >
78 <IsPackable >false</IsPackable >
89 </PropertyGroup >
910
2021 <ProjectReference Include =" ..\Prefab\Prefab.csproj" />
2122 </ItemGroup >
2223
24+ <ItemGroup >
25+ <Using Include =" Xunit" />
26+ </ItemGroup >
27+
2328</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <Version >1.0.0</Version >
54 <TargetFrameworks >netstandard2.1</TargetFrameworks >
65 <LangVersion >latest</LangVersion >
76 <ImplicitUsings >enable</ImplicitUsings >
87 <Nullable >enable</Nullable >
98 <GenerateDocumentationFile >true</GenerateDocumentationFile >
9+ </PropertyGroup >
1010
11+ <PropertyGroup >
1112 <Authors >(author)</Authors >
1213 <Description >A thing that does something</Description >
1314 <PackageLicenseExpression >MIT</PackageLicenseExpression >
You can’t perform that action at this time.
0 commit comments