Skip to content

Commit

Permalink
依存パッケージをダウングレードした
Browse files Browse the repository at this point in the history
依存パッケージをダウングレードした
  • Loading branch information
arichika committed Dec 20, 2017
1 parent 198fbf4 commit 7af19b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.3" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/RotativaCore/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.0")]
[assembly: AssemblyFileVersion("2.1.0")]
[assembly: AssemblyVersion("2.1.1")]
[assembly: AssemblyFileVersion("2.1.1")]
6 changes: 3 additions & 3 deletions src/RotativaCore/RotativaCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateAssemblyDescription>false</GenerateAssemblyDescription>

<Version>2.1.0</Version>
<Version>2.1.1</Version>
<PackageVersion>2.1.0</PackageVersion>

<Authors>@arichika (arichika.taniguchi)</Authors>
Expand All @@ -37,8 +37,8 @@ Support setting switch --disable-smart-shrinking, --viewport-size from C# code ,
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.0" />
</ItemGroup>

</Project>

0 comments on commit 7af19b3

Please sign in to comment.