Skip to content

Commit

Permalink
Upgrade AsyncRewriter
Browse files Browse the repository at this point in the history
Which uses Roslyn 1.0.0-rc2.
Also fixed wrong nuget paths.
  • Loading branch information
roji committed Apr 30, 2015
1 parent 4c81d97 commit 5a873f3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
6 changes: 0 additions & 6 deletions packages/repositories.config
@@ -1,14 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<repositories>
<repository path="..\AsyncGenerator\packages.config" />
<repository path="..\Npgsql.EntityFramework\packages.config" />
<repository path="..\Npgsql\packages.config" />
<repository path="..\NpgsqlDdexProvider\packages.config" />
<repository path="..\src\Npgsql.EntityFramework\packages.config" />
<repository path="..\src\Npgsql\packages.config" />
<repository path="..\src\NpgsqlDdexProvider\packages.config" />
<repository path="..\test\Npgsql.EntityFramework.Tests\packages.config" />
<repository path="..\test\Npgsql.Tests\packages.config" />
<repository path="..\tests\Npgsql.EntityFramework.Tests\packages.config" />
<repository path="..\tests\Npgsql.Tests\packages.config" />
</repositories>
Empty file modified src/Npgsql/AsyncRewriterHelpers.cs 100644 → 100755
Empty file.
8 changes: 4 additions & 4 deletions src/Npgsql/Npgsql.csproj
Expand Up @@ -36,7 +36,7 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<CodeContractsAssemblyMode>0</CodeContractsAssemblyMode>
<NuGetPackageImportStamp>e6d58def</NuGetPackageImportStamp>
<NuGetPackageImportStamp>ecc7674f</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug-net45|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -481,12 +481,12 @@
<Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword="BCLBUILD2001" />
<Error Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" />
</Target>
<Import Project="..\..\packages\AsyncRewriter.0.5.2-beta\build\AsyncRewriter.targets" Condition="Exists('..\..\packages\AsyncRewriter.0.5.2-beta\build\AsyncRewriter.targets')" />
<Import Project="..\..\packages\AsyncRewriter.0.5.3-beta\build\AsyncRewriter.targets" Condition="Exists('..\..\packages\AsyncRewriter.0.5.3-beta\build\AsyncRewriter.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\..\packages\AsyncRewriter.0.5.2-beta\build\AsyncRewriter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\AsyncRewriter.0.5.2-beta\build\AsyncRewriter.targets'))" />
<Error Condition="!Exists('..\..\packages\AsyncRewriter.0.5.3-beta\build\AsyncRewriter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\AsyncRewriter.0.5.3-beta\build\AsyncRewriter.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand All @@ -495,4 +495,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
2 changes: 1 addition & 1 deletion src/Npgsql/packages.config
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AsyncRewriter" version="0.5.2-beta" targetFramework="net40" />
<package id="AsyncRewriter" version="0.5.3-beta" targetFramework="net40" />
<package id="Microsoft.Bcl" version="1.1.8" targetFramework="net40" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net40" />
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net40" />
Expand Down

0 comments on commit 5a873f3

Please sign in to comment.