File tree 3 files changed +43
-7
lines changed
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 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp3 .0</TargetFramework >
4
+ <TargetFramework >net5 .0</TargetFramework >
5
5
<PackageId >PureMVC</PackageId >
6
- <Version >4.1 .0</Version >
6
+ <Version >4.2 .0</Version >
7
7
<Description >PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern.</Description >
8
8
<Copyright >Copyright © 2020 Saad Shams, Futurescale, Inc.</Copyright >
9
9
<license >Creative Commons Attribution 3.0</license >
15
15
<Authors >Saad Shams</Authors >
16
16
<Company >Futurescale, Inc.</Company >
17
17
<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 >
20
20
<NeutralLanguage >en-US</NeutralLanguage >
21
21
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
22
- <LangVersion >8</LangVersion >
23
22
</PropertyGroup >
24
23
25
24
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp3 .0</TargetFramework >
4
+ <TargetFramework >net5 .0</TargetFramework >
5
5
6
6
<IsPackable >false</IsPackable >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.2 .0" />
10
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.5 .0" />
11
11
<PackageReference Include =" MSTest.TestAdapter" Version =" 1.4.0" />
12
12
<PackageReference Include =" MSTest.TestFramework" Version =" 1.4.0" />
13
13
<PackageReference Include =" coverlet.collector" Version =" 1.0.1" />
You can’t perform that action at this time.
0 commit comments