Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit a8d18ed

Browse files
committed
Changing the RID back from win-x64 to win7-x64 to workaround SQL issue
1 parent 291cc1e commit a8d18ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.AspNetCore.StaticFiles.FunctionalTests/Microsoft.AspNetCore.StaticFiles.FunctionalTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup>
66
<TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks>
77
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netcoreapp2.0</TargetFrameworks>
8-
<RuntimeIdentifier Condition="'$(TargetFramework)'!='netcoreapp2.0'">win-x64</RuntimeIdentifier>
8+
<RuntimeIdentifier Condition="'$(TargetFramework)'!='netcoreapp2.0'">win7-x64</RuntimeIdentifier>
99
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1010
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
1111
</PropertyGroup>

0 commit comments

Comments
 (0)