Skip to content

Commit

Permalink
Update to Microsoft.NETFramework.ReferenceAssemblies 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremySkinner committed Feb 19, 2020
1 parent 29cd9b1 commit f3ec23e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies"
Version="1.0.0-preview.2"
Version="1.0.0"
PrivateAssets="All" />
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/FluentValidation.Tests/FluentValidation.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="xunit" Version="2.2.0" />
<PackageReference Include="Moq" Version="4.7.99" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies"
Version="1.0.0-preview.2"
Version="1.0.0"
PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/FluentValidation/FluentValidation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Full release notes can be found at https://github.com/JeremySkinner/FluentValida
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies"
Version="1.0.0-preview.2"
Version="1.0.0"
PrivateAssets="All" />
</ItemGroup>
</Project>

0 comments on commit f3ec23e

Please sign in to comment.