Skip to content

Commit

Permalink
CP Project Structure #408
Browse files Browse the repository at this point in the history
- backup copy - work in progress
- updated .NET version of the PresentationModel.csproj and PresentationViewModel.csproj up to .NET Standard 2.1

closes #408
  • Loading branch information
mpostol committed Oct 14, 2024
1 parent 8de134c commit 9125d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>TP.ConcurrentProgramming.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>TP.ConcurrentProgramming.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<VersionPrefix>4.2.0</VersionPrefix>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>netstandard2.1</TargetFramework>
<RootNamespace>TP.ConcurrentProgramming.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<AssemblyName>TP.ConcurrentProgramming.$(MSBuildProjectName)</AssemblyName>
<VersionPrefix>4.2.0</VersionPrefix>
Expand Down

0 comments on commit 9125d91

Please sign in to comment.