Skip to content

Commit

Permalink
Update csproj and versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcoltheart committed Dec 8, 2024
1 parent a30670b commit 8ca0bc1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 1 addition & 2 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
mode: ContinuousDelivery
commit-message-incrementing: Disabled
workflow: GitHubFlow/v1
3 changes: 1 addition & 2 deletions src/Prefab/templates/prefab/GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
mode: ContinuousDelivery
commit-message-incrementing: Disabled
workflow: GitHubFlow/v1
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand All @@ -20,4 +21,8 @@
<ProjectReference Include="..\Prefab\Prefab.csproj" />
</ItemGroup>

<ItemGroup>
<Using Include="Xunit" />
</ItemGroup>

</Project>
3 changes: 2 additions & 1 deletion src/Prefab/templates/prefab/src/Prefab/Prefab.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.0</Version>
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<PropertyGroup>
<Authors>(author)</Authors>
<Description>A thing that does something</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 8ca0bc1

Please sign in to comment.