Skip to content

Commit ee4230b

Browse files
committed
updated SIP framework
1 parent 81d91d4 commit ee4230b

File tree

6 files changed

+7
-22
lines changed

6 files changed

+7
-22
lines changed

Code/TSqlFlex/TSqlFlex.csproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@
3131
<WarningLevel>4</WarningLevel>
3232
</PropertyGroup>
3333
<ItemGroup>
34-
<Reference Include="RedGate.SIPFrameworkShared">
35-
<HintPath>..\packages\RedGate.SIPFrameworkShared.1.0.1.241\lib\RedGate.SIPFrameworkShared.dll</HintPath>
34+
<Reference Include="RedGate.SIPFrameworkShared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7f465a1c156d4d57, processorArchitecture=MSIL">
35+
<SpecificVersion>False</SpecificVersion>
36+
<HintPath>..\packages\RedGate.SIPFrameworkShared.1.0.1.243\lib\RedGate.SIPFrameworkShared.dll</HintPath>
3637
</Reference>
3738
<Reference Include="System" />
3839
<Reference Include="System.Core" />
@@ -54,9 +55,6 @@
5455
<Compile Include="Properties\AssemblyInfo.cs" />
5556
<Compile Include="RunCommand.cs" />
5657
</ItemGroup>
57-
<ItemGroup>
58-
<None Include="packages.config" />
59-
</ItemGroup>
6058
<ItemGroup>
6159
<EmbeddedResource Include="FlexMainWindow.resx">
6260
<DependentUpon>FlexMainWindow.cs</DependentUpon>
@@ -68,6 +66,9 @@
6866
<Name>TSqlFlex.Core</Name>
6967
</ProjectReference>
7068
</ItemGroup>
69+
<ItemGroup>
70+
<None Include="packages.config" />
71+
</ItemGroup>
7172
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7273
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7374
Other similar extension points exist, see Microsoft.Common.targets.

Code/TSqlFlex/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="RedGate.SIPFrameworkShared" version="1.0.1.241" targetFramework="net45" />
3+
<package id="RedGate.SIPFrameworkShared" version="1.0.1.243" targetFramework="net35" />
44
</packages>
Binary file not shown.

Code/packages/RedGate.SIPFrameworkShared.1.0.1.241/RedGate.SIPFrameworkShared.1.0.1.241.nuspec

Lines changed: 0 additions & 16 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)