File tree Expand file tree Collapse file tree 3 files changed +35
-2
lines changed
src/Simplify.Web.MessageBox Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 2.0.0" ,
3+ "tasks" : [
4+ {
5+ "label" : " Build" ,
6+ "command" : " dotnet" ,
7+ "type" : " shell" ,
8+ "args" : [
9+ " build"
10+ ],
11+ "options" : {
12+ "cwd" : " src"
13+ },
14+ "group" : {
15+ "kind" : " build" ,
16+ "isDefault" : true
17+ },
18+ "problemMatcher" : " $msCompile"
19+ }
20+ ]
21+ }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.4.6] - 2023-08-21
4+
5+ ### Removed
6+
7+ - .NET 4.6.2 support
8+ - .NET 5.0 support
9+
10+ ### Addedg
11+
12+ - .NET Standard 2.1 support
13+ - .NET 4.8 support
14+
315## [ 1.4.5] - 2022-05-18
416
517### Dependencies
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >net6.0;net5.0 ;netstandard2.0;net462 </TargetFrameworks >
3+ <TargetFrameworks >net6.0;netstandard2.1 ;netstandard2.0;net48 </TargetFrameworks >
44 <LangVersion >latest</LangVersion >
55 <Nullable >enable</Nullable >
66 <IncludeSymbols >true</IncludeSymbols >
77 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
88 <GenerateDocumentationFile >true</GenerateDocumentationFile >
99
10- <Version >1.4.5 </Version >
10+ <Version >1.4.6 </Version >
1111
1212 <Authors >Alexander Krylkov</Authors >
1313 <Product >Simplify</Product >
You can’t perform that action at this time.
0 commit comments