Skip to content

Commit 8d345ac

Browse files
KevinRansombaronfel
authored andcommitted
Automagic (#9845)
* Automagic * update * implicit fsharpcore * e2e tests
1 parent afd2310 commit 8d345ac

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

FSharpBuild.Directory.Build.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<_ReplacementText>$([System.IO.File]::ReadAllText('%(NoneSubstituteText.FullPath)'))</_ReplacementText>
2020
<_ReplacementText Condition="'%(NoneSubstituteText.Pattern1)' != ''">$(_ReplacementText.Replace('%(NoneSubstituteText.Pattern1)', '%(NoneSubstituteText.Replacement1)'))</_ReplacementText>
2121
<_ReplacementText Condition="'%(NoneSubstituteText.Pattern2)' != ''">$(_ReplacementText.Replace('%(NoneSubstituteText.Pattern2)', '%(NoneSubstituteText.Replacement2)'))</_ReplacementText>
22+
<_ReplacementText Condition="'%(NoneSubstituteText.Pattern3)' != ''">$(_ReplacementText.Replace('%(NoneSubstituteText.Pattern3)', '%(NoneSubstituteText.Replacement3)'))</_ReplacementText>
2223

2324
<_CopyToOutputDirectory Condition="'%(NoneSubstituteText.CopyToOutputDirectory)' != ''">%(NoneSubstituteText.CopyToOutputDirectory)</_CopyToOutputDirectory>
2425
<_CopyToOutputDirectory Condition="'%(NoneSubstituteText.CopyToOutputDirectory)' == ''">Never</_CopyToOutputDirectory>

clean.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ DEAD_DIRS=(
3232
"tests/fsharp/core"
3333
"tests/fsharp/FSharpSuite.Tests.fsproj"
3434
"tests/fsharp/regression"
35+
"tests/fsharp/SDKTests"
3536
"tests/fsharp/test-framework.fs"
3637
"tests/fsharp/tests.fs"
3738
"tests/fsharp/typecheck"

tests/projects/Sample_NETCoreSDK_FSharp_Library_netstandard2_0/Sample_NETCoreSDK_FSharp_Library_netstandard2_0.fsproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
4-
<FSharpCoreImplicitPackageVersion>4.6.*</FSharpCoreImplicitPackageVersion>
5-
<FSharpCoreImplicitPackageVersion>4.5.*</FSharpCoreImplicitPackageVersion>
64
</PropertyGroup>
75
<ItemGroup>
86
<Compile Include="Library1.fs" />

0 commit comments

Comments
 (0)