Skip to content

Commit 831985a

Browse files
committed
Remove explicit ReferenceAssemblies reference.
This is now added automatically by the SDK.
1 parent 185d53d commit 831985a

File tree

6 files changed

+0
-22
lines changed

6 files changed

+0
-22
lines changed

src/MySqlConnector.Authentication.Ed25519/MySqlConnector.Authentication.Ed25519.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,4 @@
1313
<ProjectReference Include="..\MySqlConnector\MySqlConnector.csproj" />
1414
</ItemGroup>
1515

16-
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
17-
<Reference Include="System.Transactions" />
18-
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" Condition=" '$(OS)' != 'Windows_NT' "/>
19-
</ItemGroup>
20-
2116
</Project>

src/MySqlConnector.Logging.NLog/MySqlConnector.Logging.NLog.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,4 @@
1717
<ProjectReference Include="..\MySqlConnector\MySqlConnector.csproj" />
1818
</ItemGroup>
1919

20-
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' OR '$(TargetFramework)' == 'net461' ">
21-
<Reference Include="System.Transactions" />
22-
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" Condition=" '$(OS)' != 'Windows_NT' "/>
23-
</ItemGroup>
24-
2520
</Project>

src/MySqlConnector.Logging.Serilog/MySqlConnector.Logging.Serilog.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,4 @@
1717
<ProjectReference Include="..\MySqlConnector\MySqlConnector.csproj" />
1818
</ItemGroup>
1919

20-
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' OR '$(TargetFramework)' == 'net461' ">
21-
<Reference Include="System.Transactions" />
22-
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" Condition=" '$(OS)' != 'Windows_NT' "/>
23-
</ItemGroup>
24-
2520
</Project>

src/MySqlConnector.Logging.log4net/MySqlConnector.Logging.log4net.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,4 @@
1717
<ProjectReference Include="..\MySqlConnector\MySqlConnector.csproj" />
1818
</ItemGroup>
1919

20-
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' OR '$(TargetFramework)' == 'net461' ">
21-
<Reference Include="System.Transactions" />
22-
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" Condition=" '$(OS)' != 'Windows_NT' "/>
23-
</ItemGroup>
24-
2520
</Project>

src/MySqlConnector/MySqlConnector.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' OR '$(TargetFramework)' == 'net461' OR '$(TargetFramework)' == 'net471' ">
1717
<Reference Include="System.Transactions" />
18-
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" Condition=" '$(OS)' != 'Windows_NT' "/>
1918
</ItemGroup>
2019

2120
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">

tests/SideBySide/SideBySide.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
<Reference Include="System" />
5454
<Reference Include="System.Transactions" />
5555
<Reference Include="Microsoft.CSharp" />
56-
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" Condition=" '$(OS)' != 'Windows_NT' "/>
5756
</ItemGroup>
5857

5958
<ItemGroup>

0 commit comments

Comments
 (0)