Skip to content

Commit

Permalink
Migrate to 0.7.5-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
louthy committed Feb 4, 2020
1 parent edc2c5c commit 9ef12eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions LanguageExt.CodeGen/LanguageExt.CodeGen.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" DefaultTargets="Build">
<Project Sdk="Microsoft.NET.Sdk" DefaultTargets="Build">

<PropertyGroup>
<PackageVersion>3.3.51</PackageVersion>
Expand All @@ -24,7 +24,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CodeGeneration.Roslyn" Version="0.6.1" />
<PackageReference Include="CodeGeneration.Roslyn" Version="0.7.5-alpha" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions Samples/TestBed/TestBed.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -7,11 +7,11 @@
</PropertyGroup>

<ItemGroup>
<DotNetCliToolReference Include="dotnet-codegen" Version="0.6.1" />
<DotNetCliToolReference Include="dotnet-codegen" Version="0.7.5-alpha" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="CodeGeneration.Roslyn.BuildTime" Version="0.6.1">
<PackageReference Include="CodeGeneration.Roslyn.BuildTime" Version="0.7.5-alpha">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand All @@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\LanguageExt.CodeGen\LanguageExt.CodeGen.csproj" />
<ProjectReference Include="..\..\LanguageExt.CodeGen\LanguageExt.CodeGen.csproj" OutputItemType="ResolvedGeneratorReferencePaths" PrivateAssets="all"/>
<ProjectReference Include="..\..\LanguageExt.Core\LanguageExt.Core.csproj" />
<ProjectReference Include="..\..\LanguageExt.FSharp\LanguageExt.FSharp.csproj" />
<ProjectReference Include="..\..\LanguageExt.Parsec\LanguageExt.Parsec.csproj" />
Expand Down

0 comments on commit 9ef12eb

Please sign in to comment.