mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-13 11:44:54 +00:00
fix: update target frameworks and package references; change culture to InvariantCulture
This commit is contained in:
committed by
Andrew Welker
parent
88eec9a3f1
commit
0c59237232
@@ -6,9 +6,9 @@
|
||||
<PropertyGroup>
|
||||
<RootNamespace>PepperDash.Essentials</RootNamespace>
|
||||
<AssemblyName>PepperDashEssentials</AssemblyName>
|
||||
<TargetFramework>net472</TargetFramework>
|
||||
<TargetFrameworks>net6;net8</TargetFrameworks>
|
||||
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
||||
<OutputPath>bin\$(Configuration)\</OutputPath>
|
||||
<OutputPath>$(ProjectDir)bin\$(Configuration)\</OutputPath>
|
||||
<Title>PepperDash Essentials</Title>
|
||||
<PackageId>PepperDashEssentials</PackageId>
|
||||
<InformationalVersion>$(Version)</InformationalVersion>
|
||||
|
||||
Reference in New Issue
Block a user