Skip to content

Commit

Permalink
Updated nugets.
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-tkachev committed Jul 8, 2013
1 parent 545da2c commit f30494c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions SqlServer/GetStarted/GetStarted.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="linq2db">
<HintPath>packages\linq2db.0.0.9\lib\net40\linq2db.dll</HintPath>
<Reference Include="linq2db, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f19f8aed7feff67e, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>packages\linq2db.0.1.1\lib\net40\linq2db.dll</HintPath>
</Reference>
<Reference Include="Microsoft.SqlServer.Types, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<Private>True</Private>
Expand Down Expand Up @@ -62,6 +63,7 @@
<None Include="LinqToDB.Templates\DataModel.ttinclude" />
<None Include="LinqToDB.Templates\EditableObject.ttinclude" />
<None Include="LinqToDB.Templates\LinqToDB.Access.ttinclude" />
<None Include="LinqToDB.Templates\LinqToDB.DB2.ttinclude" />
<None Include="LinqToDB.Templates\LinqToDB.Firebird.ttinclude" />
<None Include="LinqToDB.Templates\LinqToDB.MySql.ttinclude" />
<None Include="LinqToDB.Templates\LinqToDB.Oracle.ttinclude" />
Expand Down

0 comments on commit f30494c

Please sign in to comment.