Skip to content

Commit

Permalink
Merge pull request #113 from krymtkts:feature/proj
Browse files Browse the repository at this point in the history
Update project configurations
  • Loading branch information
krymtkts authored Jan 6, 2024
2 parents f563905 + 2ae2045 commit d09ec9f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pocof.Test/pocof.Test.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>

<IsPackable>false</IsPackable>
<GenerateProgramFile>false</GenerateProgramFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

<ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/pocof/pocof.fsproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.7.0</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<SatelliteResourceLanguages>en-US</SatelliteResourceLanguages>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

<!-- Disable debug symbols for the release build. -->
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>

<ItemGroup>
<Compile Include="Data.fs" />
<Compile Include="UI.fs" />
Expand All @@ -18,11 +23,14 @@
<Compile Include="Main.fs" />
<Compile Include="Library.fs" />
</ItemGroup>

<ItemGroup>
<None Include="pocof.psd1" Pack="true" CopyToOutputDirectory="Always" />
<None Include="pocof.dll-Help.xml" Pack="true" CopyToOutputDirectory="Always" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="PowerShellStandard.Library" Version="7.0.0-preview.1" />
</ItemGroup>

</Project>

0 comments on commit d09ec9f

Please sign in to comment.