File tree Expand file tree Collapse file tree 3 files changed +43
-7
lines changed Expand file tree Collapse file tree 3 files changed +43
-7
lines changed Original file line number Diff line number Diff line change 1+ * .swp
2+ * . * ~
3+ project.lock.json
4+ .DS_Store
5+ * .pyc
6+ nupkg /
7+
8+ # Visual Studio Code
9+ .vscode
10+
11+ # Rider
12+ .idea
13+
14+ # User-specific files
15+ * .suo
16+ * .user
17+ * .userosscache
18+ * .sln.docstates
19+
20+ # Build results
21+ [Dd ]ebug /
22+ [Dd ]ebugPublic /
23+ [Rr ]elease /
24+ [Rr ]eleases /
25+ x64 /
26+ x86 /
27+ build /
28+ bld /
29+ [Bb ]in /
30+ [Oo ]bj /
31+ [Oo ]ut /
32+ msbuild.log
33+ msbuild.err
34+ msbuild.wrn
35+
36+ # Visual Studio 2015
37+ .vs /
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3 .0</TargetFramework >
4+ <TargetFramework >net5 .0</TargetFramework >
55 <PackageId >PureMVC</PackageId >
6- <Version >4.1 .0</Version >
6+ <Version >4.2 .0</Version >
77 <Description >PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern.</Description >
88 <Copyright >Copyright © 2020 Saad Shams, Futurescale, Inc.</Copyright >
99 <license >Creative Commons Attribution 3.0</license >
1515 <Authors >Saad Shams</Authors >
1616 <Company >Futurescale, Inc.</Company >
1717 <PackageTags >PureMVC Standard MVC</PackageTags >
18- <AssemblyVersion >4.1 .0.0</AssemblyVersion >
19- <FileVersion >4.1 .0.0</FileVersion >
18+ <AssemblyVersion >4.2 .0.0</AssemblyVersion >
19+ <FileVersion >4.2 .0.0</FileVersion >
2020 <NeutralLanguage >en-US</NeutralLanguage >
2121 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
22- <LangVersion >8</LangVersion >
2322 </PropertyGroup >
2423
2524</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3 .0</TargetFramework >
4+ <TargetFramework >net5 .0</TargetFramework >
55
66 <IsPackable >false</IsPackable >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.2 .0" />
10+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.5 .0" />
1111 <PackageReference Include =" MSTest.TestAdapter" Version =" 1.4.0" />
1212 <PackageReference Include =" MSTest.TestFramework" Version =" 1.4.0" />
1313 <PackageReference Include =" coverlet.collector" Version =" 1.0.1" />
You can’t perform that action at this time.
0 commit comments