Skip to content

Commit

Permalink
Upgrade to version asp .net core 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPaskhin committed Jan 11, 2020
1 parent a18164b commit a91dff3
Show file tree
Hide file tree
Showing 25 changed files with 1,223 additions and 138 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ nuget.exe
*.sln.ide
node_modules
*launchSettings.json
*.orig
*.orig
/UpdateFromMvc*.cmd
52 changes: 0 additions & 52 deletions Mvc.Formatters.Xml.Extensions/.gitattributes

This file was deleted.

39 changes: 0 additions & 39 deletions Mvc.Formatters.Xml.Extensions/.gitignore

This file was deleted.

6 changes: 4 additions & 2 deletions Mvc.Formatters.Xml.Extensions/XmlResult.sln
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.10
# Visual Studio Version 16
VisualStudioVersion = 16.0.29521.150
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{32285FA4-6B46-4D6B-A840-2B13E4C8B58E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{3BA657BF-28B1-42DA-B5B0-1C4601FCF7B1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FAD65E9C-3CF3-4F68-9757-C7358604030B}"
ProjectSection(SolutionItems) = preProject
..\.gitignore = ..\.gitignore
build\dependencies.props = build\dependencies.props
..\global.json = ..\global.json
NuGet.config = NuGet.config
..\README.md = ..\README.md
EndProjectSection
Expand Down
11 changes: 2 additions & 9 deletions Mvc.Formatters.Xml.Extensions/build/dependencies.props
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
<Project>
<PropertyGroup>
<DotNetCoreAppTarget>netcoreapp3.0</DotNetCoreAppTarget>
<DotNetCoreAppTarget>netcoreapp3.1</DotNetCoreAppTarget>
<DotNetCoreStandardTarget>netstandard2.1</DotNetCoreStandardTarget>
<XmlResultVersion>3.0.1</XmlResultVersion>
<XmlResultVersion>3.1.0</XmlResultVersion>
</PropertyGroup>

<PropertyGroup>
<CoreFxVersion>4.3.0-*</CoreFxVersion>
<TestSdkVersion>16.3.0-*</TestSdkVersion>
<XunitVersion>2.4.1-*</XunitVersion>
</PropertyGroup>


</Project>

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Microsoft.AspNetCore.Mvc.Formatters.Xml.Extensions\Microsoft.AspNetCore.Mvc.Formatters.Xml.Extensions.csproj" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.0" />

</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<SignAssembly>true</SignAssembly>
<PackageId>Microsoft.AspNetCore.Mvc.Formatters.Xml.Extensions</PackageId>
<PackageTags>aspnetcore;aspnetcoremvc;xml;xmlresult;fromxmlbody</PackageTags>
<PackageReleaseNotes>Released for Microsoft.AspNetCore.App 3.0.0</PackageReleaseNotes>
<PackageReleaseNotes>Released for Microsoft.AspNetCore.App 3.1.0</PackageReleaseNotes>
<PackageProjectUrl>http:https://github.com/Wallsmedia/XmlResult</PackageProjectUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
Expand Down
Loading

0 comments on commit a91dff3

Please sign in to comment.