Skip to content

Commit

Permalink
Make fixtures use dotnet framework 2.0.*
Browse files Browse the repository at this point in the history
Will prevent most failures when we eventually drop dotnet-framework v2.0.0.

[#156256919]

Signed-off-by: Tyler Phelan <[email protected]>
  • Loading branch information
astrieanna authored and Tyler Phelan committed Apr 12, 2018
1 parent 0f57b5b commit 2717b96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fixtures/console_app/console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<DebugType>portable</DebugType>
<AssemblyName>console</AssemblyName>
<OutputType>Exe</OutputType>
<RuntimeFrameworkVersion>2.0.0</RuntimeFrameworkVersion>
<RuntimeFrameworkVersion>2.0.*</RuntimeFrameworkVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion fixtures/dotnet2/simple_brats.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<DebugType>portable</DebugType>
<AssemblyName>simple_brats</AssemblyName>
<OutputType>Exe</OutputType>
<RuntimeFrameworkVersion>2.0.0</RuntimeFrameworkVersion>
<RuntimeFrameworkVersion>2.0.*</RuntimeFrameworkVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion fixtures/dotnet2_with_global_json/simple_brats.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<DebugType>portable</DebugType>
<AssemblyName>simple_brats</AssemblyName>
<OutputType>Exe</OutputType>
<RuntimeFrameworkVersion>2.0.0</RuntimeFrameworkVersion>
<RuntimeFrameworkVersion>2.0.*</RuntimeFrameworkVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion fixtures/missing_sdk/simple_brats.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<DebugType>portable</DebugType>
<AssemblyName>simple_brats</AssemblyName>
<OutputType>Exe</OutputType>
<RuntimeFrameworkVersion>2.0.0</RuntimeFrameworkVersion>
<RuntimeFrameworkVersion>2.0.*</RuntimeFrameworkVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 2717b96

Please sign in to comment.