Skip to content

Commit

Permalink
Fix #273
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoyak committed Sep 2, 2023
1 parent f2416b7 commit f5d936a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Content/Console/tests/MyLib.1.Tests/MyLib.1.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateProgramFile>false</GenerateProgramFile>
</PropertyGroup>
<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Content/Library/src/MyLib.1/MyLib.1.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<PropertyGroup>
<Title>MyLib.1</Title>
Expand Down
1 change: 1 addition & 0 deletions Content/Library/tests/MyLib.1.Tests/MyLib.1.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateProgramFile>false</GenerateProgramFile>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit f5d936a

Please sign in to comment.